Viewing 15 posts - 946 through 960 (of 1,292 total)
Tara-1044200 (11/23/2009)
I can see the mdf and ldf files located on the disk which are used, how can i find the database name for those files?
My first guess was may...
November 23, 2009 at 8:20 am
Thanks,
I am actually planning to improve that Stored Proc and make it a list for all SQL Agent Jobs instead of passing a parameter.
So sometime later next week check my...
November 23, 2009 at 7:59 am
srilu_bannu (11/23/2009)
but the query doesnot depend on fragmentation...
There you go ...
http://social.msdn.microsoft.com/Forums/en-US/transactsql/thread/4671b8db-cedd-4059-8761-f50483f09bff/%5B/url%5D
Search for a considerable amount of time for such scripts when you need.. you should get them some where like...
November 23, 2009 at 7:19 am
Well, do you have some one from application team to help setting connection properties?
November 22, 2009 at 10:30 pm
anthu_soft (11/22/2009)
Hi Bru,Thanks for u'r effort.
thanks,
Anthuvan
Glad I could help 🙂 🙂
November 22, 2009 at 10:22 pm
How long is it showing the message?
What is the DB Size? It may be restoring the backup on the secondary server..
November 22, 2009 at 9:38 pm
sanya.ibrahim (11/22/2009)
declare @mytable table (a int, b int, c int);insert into @mytable select tablename.field1, tablename.field2, tablename.field3;
You don't have from clause in the above statement how will it work?
You need to...
November 22, 2009 at 9:27 pm
dominicgurat (11/22/2009)
Thanks for the info. How about differential backup? it was not mentioned in you article.
In continuation with happycat, since differential backups backup the data since the last full backup,they...
November 22, 2009 at 9:03 pm
There is no difference in SQL Server 2005 and 2000. Read the article below for a good idea about it.
Managing Transaction Logs By Gail Shaw[/url]
Then look at the...
November 22, 2009 at 6:28 pm
srilu_bannu (11/22/2009)
Does anyone have the script to rebuild/Reorg the indexes based on the fragmentation for a database in sql server 2005.
I would use Maintenance plan to do it, but it...
November 22, 2009 at 5:13 pm
Hi,
Don't go back and edit your previous posts since we cannot keep on tracking if you have edited the original post and look for changes or new update. I was...
November 22, 2009 at 4:42 pm
TheHTMLDJ (11/22/2009)
November 22, 2009 at 4:36 pm
tho.pfaff (11/21/2009)
November 22, 2009 at 4:32 pm
tho.pfaff (11/21/2009)
November 22, 2009 at 4:25 pm
From the error message,it seems you are using SQLNCLI10 as OLE DB Provider.
To better understand your problem, have you run any query against the linked server and tested it?
Is it...
November 22, 2009 at 3:57 pm
Viewing 15 posts - 946 through 960 (of 1,292 total)