Viewing 15 posts - 16 through 30 (of 37 total)
Wow Gail thanks that's awesome!!! You would be my Guru 🙂
so for example your server is slow and you are finding out the problem. and one of methods is to...
April 5, 2009 at 11:59 am
Thanks on ur reply Gail 🙂
I am reading on performance tuning and i found about latch waits and it says more latch waits can be a bottleneck on your server.
if...
April 5, 2009 at 11:29 am
John Sansom (4/5/2009)
Here are some excellent resource for the tempdb database.All About the tempdb Database[/url]
Good collection John.
April 5, 2009 at 10:30 am
2cams (4/3/2009)
I rebooted the server and it's still the samesqlservr.exe kills the CPU's!!!
Hi, how u measure this counters can you please advise me, will be very helpful. you measured it...
April 3, 2009 at 7:30 am
So basically you need a login to have a User access to the database?
How do you give access to the developers? or any other DBA's?
April 2, 2009 at 11:38 am
Or is it that you can restore multiple pages this way:
RESTORE DATABASE database PAGE='1:189'
FROM DISK='path'
GO
RESTORE DATABASE database PAGE='1:190'
FROM DISK='path'
GO
RESTORE DATABASE database PAGE='1:191'
FROM DISK='path'
GO
and then restore a transaction log?
April 2, 2009 at 10:54 am
So, you should manually look at the security bulletins for an update is that waht every DBA does? so lets say they have released a patch for the month and...
April 2, 2009 at 10:38 am
SA (4/2/2009)
Once you, are in Production, you would need to run it...
April 2, 2009 at 10:25 am
the databases would need to be from a sql instance that is the same build as the currput instance (i.e. all the same hotfixes, service packs, etc) otherwise it may...
April 2, 2009 at 10:19 am
Perry Whittle (4/2/2009)
Achtang (4/2/2009)
April 2, 2009 at 10:13 am
and also how do you apply hotfixes? I mean do you have to install it the same way as a SQL Server service pack? I mean do you have to...
April 2, 2009 at 9:49 am
ok! Anybody know what is a SQL Best practice analyzer? Is it run against the servers duriong production? Or before going into production?
April 2, 2009 at 9:47 am
That was good work even I was rolling my sleves up to do the same in sometime as I am at work cant imagine corrupting anything?
Thanks for that, so...
April 2, 2009 at 9:14 am
SA (4/2/2009)
Great SA thanks for that. I am going to go...
April 2, 2009 at 8:00 am
Viewing 15 posts - 16 through 30 (of 37 total)