Viewing 15 posts - 1 through 15 (of 67 total)
Hi David,
One quick one. In session II of Stairway to SQL Server Indexes you mentioned that:
* Non Clustered Index Is a sorted set of entries.
I have little doubt on...
March 17, 2012 at 11:28 am
Hi,
Please go thru below post this is perfact example of restoration of Master Database in SQL 2005.
http://geekswithblogs.net/travis/archive/2005/07/27/48400.aspx
Regards
GURSETHi
January 31, 2010 at 2:01 am
Hi,
Please find below a small repro of this.
use test
go
create table hello (I int)
go
insert into hello values(1)
insert into hello values(2)
insert into hello values(3)
insert into hello values(null)
insert into hello values(5)
insert into hello...
January 31, 2010 at 1:25 am
Hi Sourav,
Please send me below logs.
1) SQL Server Error Logs
2) Application & System Event Logs (Saved in Text Delimited Format)
* Please don't save in EVT format
3)...
January 31, 2010 at 1:16 am
Hi,
First we cannot KILL a process which is in ROLLBACK state. When a process is in ROLLBACK state it has to complete its work only then it will come back...
January 30, 2010 at 12:18 pm
January 30, 2010 at 12:07 pm
Hi,
I am confused after reading your post. I am not able to make up what extactly you are trying to ask. Normally if your PC is on WAN and has...
January 30, 2010 at 12:00 pm
Hi Sourav,
To be frank when ever we failover/move resource we have a entry logged in Event Viewer and ofcourse cluster logs. One thing in cluster logs times are in UTC...
January 30, 2010 at 11:50 am
Hi,
Let me put some more light on this.
A 32 Bit Environment has a limit of reading memory upto 4 GB by default. If we have more memory on the server...
January 30, 2010 at 11:43 am
Hi,
Please check this MSDN link.
http://msdn.microsoft.com/en-us/library/ms174313.aspx
also
http://support.microsoft.com/kb/822101
Hope it will help.
Regards
GURSETHI
January 30, 2010 at 9:37 am
Hi,
You can reffer below BOL for restoring system databases.
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/0bc9eed6-3441-4b75-af02-2944d321daf7.htm
Regards
GURSETHI
August 20, 2009 at 7:35 am
Hi,
This is pretty much strange. I would like you to check setup files to see if it was succesfully installed (means components).
Please also let us know if there is any...
July 19, 2009 at 12:06 am
Hi Svan,
I wish there could be some method to do that but no this thing is not possible. We have to delete this subscription and then re-create it and specificy...
July 8, 2009 at 9:28 am
Hi,
You are right there can be some problem in this configuration. Please go thru this article posted on Database Journal (with examples).
Beware of Mixing Collation with SQL Server 2000 Part-I
July 8, 2009 at 9:15 am
Hi Serge,
We can very well install Different Editions/versions of SQL Server on a single machine or cluster machine. Like in our case SQL 2005 & SQL 2008. Now the thing...
July 8, 2009 at 9:07 am
Viewing 15 posts - 1 through 15 (of 67 total)