Viewing 15 posts - 31 through 45 (of 146 total)
ireshasun (3/26/2008)
I want to update over 700 tables. I don't know how to write a SQL query to update tables without hardcoding the table name.Can anyone help me.
Hi. In...
April 7, 2008 at 7:50 am
:blush: OK, I'll freely admit that I'm an idiot. It turns out that the SQL Network Interfaces line told the entire story. The command literally couldn't find...
February 27, 2008 at 8:44 am
Loner (2/25/2008)
A few years ago, I landed a job and this was...
February 26, 2008 at 6:17 am
Loner (2/24/2008)
February 25, 2008 at 9:47 am
EdVassie (2/22/2008)
February 22, 2008 at 4:38 am
Brandie Tarvin (2/21/2008)
I'm glad I started this thread. I've been enjoying everyone's quotes. @=)
It IS fun not only to see what people are reading but to get an idea...
February 21, 2008 at 11:40 am
Steve Jones - Editor (2/13/2008)
Never read Monk. Come to think of it, I'm not sure there are any great quotations from books that strike me.
In one of Janet Evanovich's novels...
February 20, 2008 at 7:52 am
Adrian Nichols (2/8/2008)
February 8, 2008 at 5:59 am
Brandie Tarvin (2/4/2008)
February 6, 2008 at 7:26 am
Tom Leykis (2/4/2008)
while @count < 10
begin
select @count = @count + 1
...
February 5, 2008 at 12:47 pm
My tractor gets better mileage that many cars. I'm considering driving it to work every day. Parking at home would be problematic but in parking lots I'd win...
January 31, 2008 at 6:39 am
GilaMonster (1/30/2008)
January 30, 2008 at 11:44 am
GilaMonster (12/20/2007)
I'll try it out in 2005, see if the results are different.
Just for the heck of it I tried the following against a table with ~800000 rows and a...
January 30, 2008 at 7:58 am
Grant Fritchey (1/30/2008)
DonaldW (1/30/2008)
At the last PASS Summit Gert Drapers said that they are going to try to get a data dictionary feature into the next release of Power Tools.
That...
January 30, 2008 at 7:01 am
sg2000 (1/29/2008)
Thanks jeremy for the suggestion. Following your suggestion, I usedIF (@Name IS NULL OR @Name = '')
and found it working well.
sg2000
If you want to add a further...
January 30, 2008 at 6:56 am
Viewing 15 posts - 31 through 45 (of 146 total)