Viewing 15 posts - 46 through 60 (of 604 total)
Seth Lynch (9/17/2009)
When deciding on disk size on a server do you use any formulas for disk size.
I will have 3 disks one for data one for logs one for...
September 17, 2009 at 9:52 am
Dean Jones-454305 (9/17/2009)
I used to have a tool which once installed will scan the network for all SQL isntallations, informs you of the hostname, IP address and what version...
September 17, 2009 at 7:31 am
Correct - you should not have a null value for the object id unless you're in the wrong database or have a typo in the schema/object.
September 16, 2009 at 8:06 am
charipg (9/15/2009)
how to find out the query which is excuted by perticular spid.
1. DBCC INPUTBUFFER()
2. You can use profiler to capture all queries by that spid
September 16, 2009 at 7:39 am
kumar99ms (9/16/2009)
I have to move Primary file group table to another(user defined ) file group could you any body help me
Really appriciated. Those guys.
Am using alter database move...
September 16, 2009 at 7:25 am
luckysql.kinda (9/16/2009)
select object_id('person.document')
Can anyone tell me why this...
September 16, 2009 at 7:20 am
luckysql.kinda (9/11/2009)
September 11, 2009 at 11:18 am
krypto69 (9/9/2009)
What is the fastest way to move two dozen DB's from one server to another server?
Depends on the size! If they are big, a backup/restore with something like...
September 9, 2009 at 9:07 am
Tara (9/9/2009)
September 9, 2009 at 8:01 am
Tara (9/9/2009)
Can you let me know...
September 9, 2009 at 7:33 am
Hello,
Yes, you can do this from a stored procedure. Will require a bit of dynamic SQL, but it can be done.
Don't quite understand what you mean in point 4,...
September 9, 2009 at 4:38 am
Quick google search on sql server virtualization would be a good start.
I also have a pdf which I can send over if you drop me an email address...
September 9, 2009 at 4:32 am
It depends! Lots of variables in your question.
We do use VM for some SQL Server databases but they are low in load. It was a consolidation exercise to...
September 9, 2009 at 4:24 am
Viewing 15 posts - 46 through 60 (of 604 total)