Showing posts with label enterprise. Show all posts
Showing posts with label enterprise. Show all posts

Friday, March 30, 2012

Microsoft SQL Server 2005 performance

Hi,

I have a Microsoft SQL Server 2005 Enterprise installed on Windows Server 2003, and developing web application for 500 clients. So I am interested will I have any performance issues if I put in 'Articles' table, data for all 500 clients and then filter it on client ID, or should I make 500 'Articles' tables for every client one with different name and then change sqldatasource for gridview depending on which client is working on it. I will have, beside 'Articles' table, another 10 tables, which means 5500 tables total, if I use second approach, on first I will have only 11 tables. So I am asking is it better to have more tables with less data, or less tables with more data. And what are pros and cons for both approach.


Thanks a lot!

One table with different ArticleIDs is the way it should be. With proper indexes you should just be fine.

Microsoft SQL Server 2005 Enterprise Evaluation Edition

Hi!

I download Microsoft SQL Server 2005 Enterprise Evaluation Edition (Self-extracting executables: X86 Executable ) from Microsoft site but when I try to unpack it the unpack program says it is corrupt. I have downloaded this file more than 5 times and still the same problem occurs. Is it only me or other has same problem? Any suggestsion?

Regards

Hi,

Even Iam getting the same error. Did u find any way to download it successfully?

Regards,

Aruna

Microsoft SQL Server 2005 Enterprise Evaluation Edition

Hi!

I download Microsoft SQL Server 2005 Enterprise Evaluation Edition (Self-extracting executables: X86 Executable ) from Microsoft site but when I try to unpack it the unpack program says it is corrupt. I have downloaded this file more than 5 times and still the same problem occurs. Is it only me or other has same problem? Any suggestsion?

Regards

Hi,

Even Iam getting the same error. Did u find any way to download it successfully?

Regards,

Aruna

sql

Microsoft SQL Server 2005 Enterprise Evaluation Edition

I have installed Microsoft SQL Server 2005 Enterprise Evaluation Edition. The file size is now 4035. When I tried to add new data file name,I am getting the below error.

In the below site it says that there is no limit on the size but Iam still getting the problem

http://www.microsoft.com/downloads/details.aspx?familyid=6931fa7f-c094-49a2-a050-2d07993566ec&displaylang=en
http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx

Pls can any one help me.

Alter failed for database 'test'. (Microsoft.SqlServer.Smo)

An exception occured while executing a Transact-SQL statement or batch(Microsoft.SqlServer.ConnectionInfo)

Create DATABASE or ALTER DATABASE failed because the resulting cumulative database size would exceed your licensed limit of 4096MB per database (Microsoft SQL Server, Error:1827)Seems that you instaleld SQL Server Express edition. The limitation mentioned applies to this edition. Run the SELECT @.@.VERSION on the machine you are using command.

HTH, Jens K. Suessmeyer.

http://www.sqlserver2005.de

|||

I did run select @.@.version on my machine, please find below the result of it

Microsoft SQL Server 2005 - 9.00.1399.06 (Intel X86) Oct 14 2005 00:33:37 Copyright (c) 1988-2005 Microsoft Corporation Express Edition on Windows NT 5.0 (Build 2195: Service Pack 4)

Please help

|||

Hi,

so you either did not have Enterprise edition installed, or connected to the wrong instance.

HTH, Jens K. Suessmeyer.


http://www.sqlserver2005.de

Wednesday, March 28, 2012

Microsoft SQL Server 2000 Developer Edition

Hi,
Can anyone confirm that the Microsoft SQL Server 2000 Developer Edition
includes a fully functional version of Enterprise Manager.
I want to run a database at work using MSDE (it's a small but complex db).
Also, would the single user license be appropriate for work use (I will be
the only administrator/developer).
Regards,
Ron.Hi
Yes it does.
According to the EULA, developer edition may only be used for development
and not for production use.
Regards
--
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
IM: mike@.epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"Ron" <Ron@.discussions.microsoft.com> wrote in message
news:93C38BBF-48A6-4D08-B85B-701B3319CA36@.microsoft.com...
> Hi,
> Can anyone confirm that the Microsoft SQL Server 2000 Developer Edition
> includes a fully functional version of Enterprise Manager.
> I want to run a database at work using MSDE (it's a small but complex db).
> Also, would the single user license be appropriate for work use (I will be
> the only administrator/developer).
> Regards,
> Ron.|||To add to Mike's response, Developer Edition contains all the features of
the Enterprise Edition, including GUI client tools. The only difference is
licensing.
--
Hope this helps.
Dan Guzman
SQL Server MVP
"Ron" <Ron@.discussions.microsoft.com> wrote in message
news:93C38BBF-48A6-4D08-B85B-701B3319CA36@.microsoft.com...
> Hi,
> Can anyone confirm that the Microsoft SQL Server 2000 Developer Edition
> includes a fully functional version of Enterprise Manager.
> I want to run a database at work using MSDE (it's a small but complex db).
> Also, would the single user license be appropriate for work use (I will be
> the only administrator/developer).
> Regards,
> Ron.|||Thanks guys,
I think I'll have to stay with my current limitations then! (my company
won't spend much for smallish projects)
I can probably do what I need using Access 2000 as a front-end to MSDE. I
was hoping to make use of the DTS (and other) features of Enterprise Manager.
Alternatively, does anyone know of a good third-party MSSQL manager?
Regards,
Ron.

Microsoft SQL Server 2000 Developer Edition

Hi,
Can anyone confirm that the Microsoft SQL Server 2000 Developer Edition
includes a fully functional version of Enterprise Manager.
I want to run a database at work using MSDE (it's a small but complex db).
Also, would the single user license be appropriate for work use (I will be
the only administrator/developer).
Regards,
Ron.Hi
Yes it does.
According to the EULA, developer edition may only be used for development
and not for production use.
Regards
--
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
IM: mike@.epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"Ron" <Ron@.discussions.microsoft.com> wrote in message
news:93C38BBF-48A6-4D08-B85B-701B3319CA36@.microsoft.com...
> Hi,
> Can anyone confirm that the Microsoft SQL Server 2000 Developer Edition
> includes a fully functional version of Enterprise Manager.
> I want to run a database at work using MSDE (it's a small but complex db).
> Also, would the single user license be appropriate for work use (I will be
> the only administrator/developer).
> Regards,
> Ron.|||To add to Mike's response, Developer Edition contains all the features of
the Enterprise Edition, including GUI client tools. The only difference is
licensing.
Hope this helps.
Dan Guzman
SQL Server MVP
"Ron" <Ron@.discussions.microsoft.com> wrote in message
news:93C38BBF-48A6-4D08-B85B-701B3319CA36@.microsoft.com...
> Hi,
> Can anyone confirm that the Microsoft SQL Server 2000 Developer Edition
> includes a fully functional version of Enterprise Manager.
> I want to run a database at work using MSDE (it's a small but complex db).
> Also, would the single user license be appropriate for work use (I will be
> the only administrator/developer).
> Regards,
> Ron.|||Thanks guys,
I think I'll have to stay with my current limitations then! (my company
won't spend much for smallish projects)
I can probably do what I need using Access 2000 as a front-end to MSDE. I
was hoping to make use of the DTS (and other) features of Enterprise Manager
.
Alternatively, does anyone know of a good third-party MSSQL manager?
Regards,
Ron.

Microsoft SQL Server 2000 Developer Edition

Hi,
Can anyone confirm that the Microsoft SQL Server 2000 Developer Edition
includes a fully functional version of Enterprise Manager.
I want to run a database at work using MSDE (it's a small but complex db).
Also, would the single user license be appropriate for work use (I will be
the only administrator/developer).
Regards,
Ron.
Hi
Yes it does.
According to the EULA, developer edition may only be used for development
and not for production use.
Regards
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
IM: mike@.epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"Ron" <Ron@.discussions.microsoft.com> wrote in message
news:93C38BBF-48A6-4D08-B85B-701B3319CA36@.microsoft.com...
> Hi,
> Can anyone confirm that the Microsoft SQL Server 2000 Developer Edition
> includes a fully functional version of Enterprise Manager.
> I want to run a database at work using MSDE (it's a small but complex db).
> Also, would the single user license be appropriate for work use (I will be
> the only administrator/developer).
> Regards,
> Ron.
|||To add to Mike's response, Developer Edition contains all the features of
the Enterprise Edition, including GUI client tools. The only difference is
licensing.
Hope this helps.
Dan Guzman
SQL Server MVP
"Ron" <Ron@.discussions.microsoft.com> wrote in message
news:93C38BBF-48A6-4D08-B85B-701B3319CA36@.microsoft.com...
> Hi,
> Can anyone confirm that the Microsoft SQL Server 2000 Developer Edition
> includes a fully functional version of Enterprise Manager.
> I want to run a database at work using MSDE (it's a small but complex db).
> Also, would the single user license be appropriate for work use (I will be
> the only administrator/developer).
> Regards,
> Ron.
|||Thanks guys,
I think I'll have to stay with my current limitations then! (my company
won't spend much for smallish projects)
I can probably do what I need using Access 2000 as a front-end to MSDE. I
was hoping to make use of the DTS (and other) features of Enterprise Manager.
Alternatively, does anyone know of a good third-party MSSQL manager?
Regards,
Ron.

Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) Release A

My objective is to use Enterprise Manager to move (copy) my SQL db from the server to my windows desktop computer.

I downloaded MSDE and am having trouble installing it, no doubt because I do not understand the documentaion (ReadMeMSDE2000A.htm).

When I try to run setup, I get that message that says:

"A strong SA password is required for security reasons. Please use SAPWD switch to supply the same."

Considering my purpose, do I need a "strong" SA password? If not, how do I get around it? If yes, how do I set it up?

I am a Mac user so I have poor windows skills, please make it as painless as possible for me, thanks!

RonCreate 2 file in the same director with setup.exe

1. Setup.bat
setup.exe /settings Settings.ini /L*v C:/MSDELog.log

2. Settings.ini
[Options]
SAPWD=YourPassword
DISABLENETWORKPROTOCOLS=0
SECURITYMODE=SQL
DATADIR="C:\MSDE"
TARGETDIR="C:\MSDE"

Run the setup.bat|||I have tried your code and other code like that and in each case it fails. I keep getting this error message that says:

"The instance name specified is not valid."

Note that your code didn't even use the instance name.

In your code you use:

DATADIR="C:\MSDE"
TARGETDIR="C:\MSDE"

Actually on my C drive the folder is called MSDERela. I tried changing your code to indicate that and it still doesn't work. Same error message.

Any other suggestions? Thanks!|||I added the INSTANCENAME and added quote marks to some of the code and it seems to have worked. It produced a folder on my C drive wtih a number of files in it.

Now can someone tell me how to launch MSDE?

Now you know why I call myself SQL_Dummy!sql

Friday, March 23, 2012

Microsoft Knowledge Base Article - 274750

The Microsoft Knowledge Base Article - 274750 refers to
using AWE to increase the amount of memory SQL Server 2000
Enterprise and Developer editions will use.
We are using SQL Server 2000 standard on a Windows 2000
advanced server with 6 gb of ram. Does this KB article
apply to the standard editions as well?SQL2000 Standard won't use more than 2 GB. You need Enterprise Edition to
use more
--
HTH
Jasper Smith (SQL Server MVP)
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org
"Mike" <mkb@.burrwolff.com> wrote in message
news:3e6801c37608$b233c8e0$a001280a@.phx.gbl...
The Microsoft Knowledge Base Article - 274750 refers to
using AWE to increase the amount of memory SQL Server 2000
Enterprise and Developer editions will use.
We are using SQL Server 2000 standard on a Windows 2000
advanced server with 6 gb of ram. Does this KB article
apply to the standard editions as well?

Wednesday, March 21, 2012

Microsoft Enterprise Manager cannot "see" an instance of Microsoft MSDE-SQL - Server

Hello,
i have following Problem:
i have created a new instance of Microsoft SQL - Server with MSDE and now i
want to connect to a database on this instance through a network.
But i do not "see" the instance ...
I have tested it with
- Enterprise Manager
- an Microsoft Access .adp - Project
- MSDE+ SQL-Server Management Tool
Also: The server is started, this was my first look up .....
Who can help me'
Thanks in the beginning ...
PeterHi
Have a look at
http://support.microsoft.com/default.aspx?scid=kb;en-us;814130
and
http://support.microsoft.com/default.aspx?scid=kb;en-us;827204
Regards
Mike
"stundner@.oca.at" wrote:
> Hello,
> i have following Problem:
> i have created a new instance of Microsoft SQL - Server with MSDE and now i
> want to connect to a database on this instance through a network.
> But i do not "see" the instance ...
> I have tested it with
> - Enterprise Manager
> - an Microsoft Access .adp - Project
> - MSDE+ SQL-Server Management Tool
> Also: The server is started, this was my first look up .....
>
> Who can help me'
>
> Thanks in the beginning ...
> Peter
>
>

Monday, March 12, 2012

mgmt studio-View user permissions?

Using SQL server 2000 Enterprise Manager, one can bring up the properties of
a database user, click the Permissions button, and see all the permissions
that have been set for Stored Procs, tables etc... One can modify these as
needed.
How do I use Management Studio to do this?
I tried selecting the user (under security for that database) and was
expecting to see it under the Securables page under the Explicit permissions
- but I don't see it there - the user has been granted execute permissions to
some of the stored procedures and I can verify that by selecting the stored
proc and selecting the Permissions page under it's properties...
I am running SQL server 2005 Standard on a WinXP SP2.
Hi,
In user properties window and securables, try adding all stored procedures
with Add button.
Then you select all objects of type and select stored procedures.
Then just click on stored procedure and permissions should be written in
bottom of the window.
Danijel Novak
"Bob" <Bob@.discussions.microsoft.com> wrote in message
news:43F72B0A-113D-4A7E-A97D-0D63C77EF41B@.microsoft.com...
> Using SQL server 2000 Enterprise Manager, one can bring up the properties
> of
> a database user, click the Permissions button, and see all the permissions
> that have been set for Stored Procs, tables etc... One can modify these
> as
> needed.
> How do I use Management Studio to do this?
> I tried selecting the user (under security for that database) and was
> expecting to see it under the Securables page under the Explicit
> permissions
> - but I don't see it there - the user has been granted execute permissions
> to
> some of the stored procedures and I can verify that by selecting the
> stored
> proc and selecting the Permissions page under it's properties...
> I am running SQL server 2005 Standard on a WinXP SP2.
|||Thanks for the quick response Danijel. I guess I was looking for something
similar to what Enterprise manager offered "List only objects with
permissions for this user" option when we select the permissions for a user
in the database context.
Is there a way to see these?
Thanks again!
"Danijel Novak" wrote:

> Hi,
> In user properties window and securables, try adding all stored procedures
> with Add button.
> Then you select all objects of type and select stored procedures.
> Then just click on stored procedure and permissions should be written in
> bottom of the window.
> --
> Danijel Novak
>
> "Bob" <Bob@.discussions.microsoft.com> wrote in message
> news:43F72B0A-113D-4A7E-A97D-0D63C77EF41B@.microsoft.com...
>
>
|||Hi,
For that purpose I'm using following T-SQL...
SELECT OBJECT_NAME(major_id), permission_name, state_desc FROM
sys.database_permissions WHERE grantee_principal_id = USER_ID('db_user')
Hope this is what you're looking for...
Danijel Novak
"Bob" <Bob@.discussions.microsoft.com> wrote in message
news:8B465B77-A3D1-4B4C-80ED-A88DCD4B93D6@.microsoft.com...[vbcol=seagreen]
> Thanks for the quick response Danijel. I guess I was looking for something
> similar to what Enterprise manager offered "List only objects with
> permissions for this user" option when we select the permissions for a
> user
> in the database context.
> Is there a way to see these?
> Thanks again!
> "Danijel Novak" wrote:

Monday, February 20, 2012

mesage in Sql Server 2000 log

I 'm using SQL Server 2000 Enterprise Edition in Windows 2000 Sever
box.

Now , message

"SQL Server has encountered 1 occurrence(s) of IO requests taking
longer than 15 seconds to complete on file [D:\DATABASE\xxxxxx.MDF] in
database [aaaaaaa] (7). The OS file handle is 0x00000354. The offset
of the latest long IO is: 0x00000086692000"

has occasionally occurred during a scheduled task of reorganize data
and index pages of
database maintenance plan.

The scheduled task is running every day started at 1:00 am and the
message occurs during
no users have connected to the DB.

Please kindly explain what the message is about and how to prevent it
to occurred if it is
serious

Thank you
NiponNiponW (niponw@.yahoo.com) writes:
> I 'm using SQL Server 2000 Enterprise Edition in Windows 2000 Sever
> box.
> Now , message
> "SQL Server has encountered 1 occurrence(s) of IO requests taking
> longer than 15 seconds to complete on file [D:\DATABASE\xxxxxx.MDF] in
> database [aaaaaaa] (7). The OS file handle is 0x00000354. The offset
> of the latest long IO is: 0x00000086692000"
> has occasionally occurred during a scheduled task of reorganize data
> and index pages of
> database maintenance plan.
> The scheduled task is running every day started at 1:00 am and the
> message occurs during
> no users have connected to the DB.
> Please kindly explain what the message is about and how to prevent it
> to occurred if it is
> serious

This is a diagnostic message, that indeed may indicate that things are
not really up to shape. But if it occurs only occasionally, I would not
take any action now more than to continue to monitori the situation.

You can read more in this KB article:
http://support.microsoft.com/?kbid=897284

--
Erland Sommarskog, SQL Server MVP, esquel@.sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pr...oads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodin...ions/books.mspx