Viewing 15 posts - 1,231 through 1,245 (of 1,539 total)
rslinct (6/9/2009)
Of thos 3 in the secondary level, two will be read...
June 9, 2009 at 7:49 am
The complete syntax of BACKUP DATABASE with examples can be found at
http://msdn.microsoft.com/en-us/library/ms186865.aspx
and that of RESTORE DATABASE can be found at
June 9, 2009 at 6:08 am
1. You'll require .NET framenwork to be installed http://www.microsoft.com/downloads/details.aspx?familyid=79BC3B77-E02C-4AD3-AACF-A7633F706BA5&displaylang=en
2. Install SQL Server 2005
Installing Visual Studio is not a pre-requisite for Sql Server 2005.
June 9, 2009 at 5:58 am
And do you think that you can move the master db simply from 2000 and attach to 2005.
We cannot restore master directly from one build of sql...
June 9, 2009 at 5:28 am
On X64 bit systems, AWE settings are ignored(it's used in 32 bit systems to allow sql server to use more than 4 GB of memory). What you need to do...
June 8, 2009 at 11:24 pm
rslinct (6/8/2009)
June 8, 2009 at 10:54 pm
ChandraMohan Nandula (6/8/2009)
Please dont misguide the user. And the link you had posted is for sql server 2008. Please check the link before posting it. This...
June 8, 2009 at 10:48 pm
you should update statistics of your tables on a weekly basis (off-peak hour) which improves performance of your queries.
Refer these links:
June 8, 2009 at 9:46 am
rslinct (6/8/2009)
June 8, 2009 at 9:37 am
Rick Todd (6/8/2009)
June 8, 2009 at 9:28 am
Dilip Nagle (6/8/2009)
How exactly, SQL Server will use these two Transaction Log Files? Is my understanding correct. Please Guide.
Multiple logs will not have an impact on performance as only one...
June 8, 2009 at 9:23 am
It's possible to move master database.
Refer BOL
June 8, 2009 at 9:12 am
Best place to start is Books Online (BOL).
You can start from here:
http://msdn.microsoft.com/en-us/library/ms187103(SQL.90).aspx
June 4, 2009 at 9:47 am
when I am running this command in T_SQL logging in as administrator then the following message is coming.
I hope you replaced the 'loginname' with actual orphaned ID(a user id for...
May 28, 2009 at 12:09 am
Viewing 15 posts - 1,231 through 1,245 (of 1,539 total)