Viewing 15 posts - 76 through 90 (of 162 total)
Thanks for the responses guys, i agree with the education route - unfortunately our offshore support teams sometimes "forget" to stick to process :S
May 25, 2012 at 3:00 am
CELKO (5/23/2012)
May 24, 2012 at 8:03 am
Here is a script i use for indexes - you can modify it to your needs.
Press Alt>Q>S to specify the values for template parameters
/*
Author:<Author Name, sysname, Author Name>
Date created:<Data Created,...
May 24, 2012 at 5:54 am
THANK YOU EVERYONE!
i was having a crap day but this has totally cheered me up!! 🙂
May 24, 2012 at 5:41 am
We have a mix of both physical and virtual in our environments
Check out this video from SQLBits - should give you some insight into the world of virtualization 🙂
http://www.sqlbits.com/Sessions/Event7/Virtualization_and_SAN_Basics_for_DBAs
May 23, 2012 at 1:15 am
Had this same issue again but this time it was because the instance name was NOT specified in the config file when it should have been.
Thought it would be useful...
May 22, 2012 at 5:59 am
Using SELECT over SET "may" give unexpected results. Consider the following:
CREATE TABLE #tmpstore
(
id INT ,
name VARCHAR(10)
);
---- creating a table to insert temp data
INSERT INTO #tmpstore
SELECT 1, 'Chris'...
May 21, 2012 at 2:22 am
vinu512 (5/16/2012)
Yes, that was the problem. I was behind a Proxy which was blocking outbound SMTP.
I finally got it working.
I have another small question. Can I...
May 17, 2012 at 1:31 am
hardware should be compatible too - microsoft have a catalogue for compatible hardware.
May 4, 2012 at 1:37 am
R.P.Rozema (5/1/2012)
May 1, 2012 at 3:28 am
If you're comparing queries i'd be inclined to check i/o too...
SET STATISTICS IO ON
April 21, 2012 at 1:09 pm
I think it's possible using db projects in TFS - not sure about SVN though - i would imagine there would be some way of doing it - failing that...
April 21, 2012 at 1:05 pm
I can confirm that if DBCC CheckDB errors during an agent job then the agent will throw an error 🙂
I followed the post above to corrupt a database and my...
April 10, 2012 at 9:56 am
Gianluca Sartori (4/10/2012)
Nope. You could tweak my consistency check procedure[/url] to fit your needs.
Thanks for the reply - nice post too.
However, i've done some searching around and have found a...
April 10, 2012 at 9:02 am
Viewing 15 posts - 76 through 90 (of 162 total)