Viewing 15 posts - 5,386 through 5,400 (of 5,685 total)
Alvin Ramard (10/5/2010)
Steve Jones - SSC Editor (10/5/2010)
Perhaps Gail could practice some archery in view of the office. Maybe aim for low down on the torso 😛
Waving a shiny piece...
October 5, 2010 at 12:52 pm
Lance Roberts (10/5/2010)
I don't need to see that kind of obscene language in emails. I've unsubscribed.
?? :unsure:
October 5, 2010 at 12:34 pm
Sounds like unexpected outside pressure. I assume your drives are on a SAN. Get your network administrators to double check if your LUNs were recently shared with another...
October 5, 2010 at 11:28 am
GilaMonster (10/5/2010)
CirquedeSQLeil (10/5/2010)
Wow - I think I would pull that PM and my boss aside. That is bogus.
The PM's boss fully supports him. I'm an external consultant (ie slave),...
October 5, 2010 at 11:26 am
gheinze (10/5/2010)
Thanks to all. You were helpfull to me to understand a lot of things about locks.Now I will test on my production system and check how it behaves.
Yikes! ...
October 5, 2010 at 10:57 am
WayneS (10/4/2010)
Chad Crawford (10/4/2010)
GilaMonster (10/4/2010)
Chad Crawford (10/4/2010)
October 4, 2010 at 6:14 pm
Change this:
SELECT @strQuery= 'SELECT VendorId From Vendors
WHERE CountryId = '+@CountryId+' '+@CityId+'
ORDERBY CreatedDate'
To this:
SELECT @strQuery= 'SELECT VendorId From Vendors WHERE CountryId = '
+CAST( @CountryId AS VARCHAR(100) )
+' '
+@CityId
+'ORDERBY CreatedDate'
I think,...
October 4, 2010 at 4:08 pm
GilaMonster (10/4/2010)
Craig Farrell (10/4/2010)
Alvin Ramard (10/4/2010)
GilaMonster (10/4/2010)
October 4, 2010 at 3:44 pm
Alvin Ramard (10/4/2010)
GilaMonster (10/4/2010)
I'm not sure I got the order of operation there correct. Do you check that it's the correct DB before or after dropping it?
The order is...
October 4, 2010 at 3:39 pm
Jon.Morisi (10/4/2010)
I've been operating with the preference to take SQL server offline when defragmenting the disks in which SQL Server datafiles or logfiles reside on in order to avoid possible...
October 4, 2010 at 3:36 pm
GilaMonster (10/4/2010)
For your monday evening entertainment: http://www.sqlservercentral.com/Forums/Topic997896-357-1.aspxThere are days I just don't want to know...
I'm apparently rather grumpy today. I had started writing a parody of how to hack...
October 4, 2010 at 3:34 pm
Dant...
Dynamic SQL isn't just what's pumped in from a website. It's what's typed into SSMS, ran from a job and not proc called, etc. EXEC sp_yay @blah is...
October 4, 2010 at 3:04 pm
Digs (10/4/2010)
Jeff I get an Error when I run your codeFROM dbo.Tally t
INVALID OBJECT !
Assuming Jeff is busy at the moment, check my signature for the dbo.Tally. You'll want...
October 4, 2010 at 2:43 pm
blacklabellover2003 (10/4/2010)
But otherwise, you...
October 4, 2010 at 2:30 pm
jay holovacs (10/4/2010)
Craig Farrell (10/4/2010)
October 4, 2010 at 2:26 pm
Viewing 15 posts - 5,386 through 5,400 (of 5,685 total)