Viewing 15 posts - 31 through 45 (of 208 total)
Anyone has such video for Google Database Implementation? That will be still much interesting....
March 4, 2009 at 5:54 am
Hi,
Same is possible in Management Studio. Refer this MSDN article
http://msdn.microsoft.com/en-us/library/ms159699(SQL.90).aspx
March 4, 2009 at 5:41 am
Hi,
DBCC will not bring down the DB but it will block access... If your Databases are heavily utilized then it may created blocks!
March 4, 2009 at 2:53 am
Hi,
Is it Express Edition which you have installed?
March 4, 2009 at 2:30 am
Hi,
I have a doubt. Even Linked Server is using DTC right? Is it different from MS-DTC? Even we have only configured MSDTC for Transactional Replication with...
March 4, 2009 at 2:16 am
Hi,
Go to Subscriptions TAB and Click New Subscription and fill out details like below...
March 4, 2009 at 1:11 am
If you mean "How will we come to know that Database is Crashed?" then answer is
1. Run DBCC CHECKDB('DatabaseName') which checks for integrity of database and it reports error found.
Note:
This...
March 4, 2009 at 1:05 am
You already have the query you are looking for... Then what else you need??
March 4, 2009 at 12:50 am
Hi,
Since you have posted this in SQL 2005, you can use tip in below url to directly search between dates using xp_readerrorlog. Incase you are writing this...
March 4, 2009 at 12:43 am
March 3, 2009 at 6:48 am
Hi,
You can use MoM from Microsoft for Monitoring. Incase you have licensing problems then create your own script. Check SQLServerCentral Scripting Section for lot of Monitoring Scripts.
If you...
March 3, 2009 at 4:52 am
Option 1:
Try SQL 2008 Express which is free
Option 2:
Install SQL 2008 Client tools and connect to SQL 2005 and see whether intellisense works
Note:
Just ideas... Don't know whether either will...
March 3, 2009 at 2:51 am
Hi,
Just for clarification...
1. What is the Service account you are using?
2. Have you change service account settings using SQL Configuration Manager?
3. Both the nodes are installed with...
March 3, 2009 at 2:48 am
Viewing 15 posts - 31 through 45 (of 208 total)