Viewing 15 posts - 2,551 through 2,565 (of 7,498 total)
By default, put indexes on your FK columns (so they match the PK they refer to) and have the FK declared with check.
Grant published a little but great article on...
December 19, 2010 at 4:07 am
please read http://technet.microsoft.com/en-us/library/dd758814(SQL.100).aspx for more info.
ps
AFAIK SSDs no longer use read/write heads, so they won't have to be aligned ...:w00t:
December 19, 2010 at 3:52 am
Default trace typicaly has trace id 1.
Check sys.traces to figure out what kind of trace that is, what file it tries to write to, and check if you can correct...
December 19, 2010 at 3:39 am
Installed it on my laptop instance.
It took 30 minutes.
First impressions: seems to be working fine.
First startup of SQLAgent got a "Warning [1]: Possible date calculation spin for Schedule 1"....
December 18, 2010 at 8:51 am
SQLkiwi (12/18/2010)
ALZDBA (12/18/2010)
Hey .. paulwhitenz also disappeared at SSC.:hehe:Welcome SQLkiwi 😀
Keep in mind to have SSC altering your twitter refs in your articles 😉
Thanks, though the old twitter references...
December 18, 2010 at 8:46 am
Hey .. paulwhitenz also disappeared at SSC.:hehe:
Welcome SQLKiwi 😀
Keep in mind to have SSC altering your twitter refs in your articles 😉
December 18, 2010 at 6:55 am
sorry for that :Whistling: 😉
btw If these managers have some kind of awareness, they would understand you first need to test it on a DBA-only instance, before you can implement...
December 18, 2010 at 6:52 am
Are you already familiar with SQL2008.
If not, start testing it yourself !
maybe even get an upgrade course.
for your db/instance:
1) download SQL2008 upgrade advisor
2) run it against the db you want...
December 18, 2010 at 1:51 am
- Personally I don't like those column level select statements in the select clause.
Maybe the engine will even parse it into a join for you, but IMO it is a...
December 17, 2010 at 1:01 pm
With regards to the beverage, I used milk and honey and that did a good job.
But I will take it into my notes.
That breaking up will indeed be needed if...
December 17, 2010 at 12:53 pm
Steve Jones - SSC Editor (12/16/2010)
Stefan Krzywicki (12/16/2010)
I wonder if he's still doing that now that there's Intellisense. I like aliases, even one letter ones, but they have to be...
December 17, 2010 at 3:49 am
I noticed my devs prefer getdate because they get confused by sqlservers timestamp data type and that same word in current_timestamp !
:blush:
I think that issue should have been fixed by...
December 16, 2010 at 12:06 pm
As stated by the other repliers, it doesn't seem to make much sense.
you can restrict login at ipaddress level using a server level trigger (sql2005 SP2 or higher)
but just keep...
December 16, 2010 at 12:00 pm
what do you expect to be your third value in your in-list ?
where b.groupID not in ('1000', '1011',)
December 16, 2010 at 10:47 am
Grant Fritchey (12/16/2010)
December 16, 2010 at 7:28 am
Viewing 15 posts - 2,551 through 2,565 (of 7,498 total)