Viewing 15 posts - 3,466 through 3,480 (of 5,356 total)
There is a DESCRIBE statement in SQL Server, but I assume you're more after the MySQL DESCRIBE statement. Like Mike suggested, use sp_help.
Frank
November 17, 2003 at 3:42 am
quote:
Well, no.I avoid triggers if there is any other option. In this case, I...
November 17, 2003 at 3:34 am
quote:
but if one wants just the ID to be a foreign key then one must abandon DRI and instead write triggers or...
November 14, 2003 at 11:51 am
Didn't you say above you've tried to rename and it didn't work ?
Frank
November 14, 2003 at 11:44 am
Have you searched through the book section on this site?
You might find something valuable.
For DTS you might want to take a look at http://www.sqldts.com .
There is also a site called...
November 14, 2003 at 11:39 am
November 14, 2003 at 8:15 am
What about exporting all other data into a new table, drop the existing table and rename the new to old?
Frank
November 14, 2003 at 8:11 am
Not sure if I understand.
Are you searching for the table sysmessages in master?
Frank
November 14, 2003 at 8:07 am
Nice one, tried it but not even in EM I am able to drop this column.
Curious on the solution, though!
Frank
November 14, 2003 at 8:04 am
Why, David?
Datetime data types help us solving many problems we wouldn't have without them.
I remember back in the 'good old dbase days'
everybody I knew had...
November 14, 2003 at 7:24 am
Sorry, lost somehow track of the thread, but to be honest I have no idea... ![]()
Frank
November 14, 2003 at 5:26 am
November 14, 2003 at 5:12 am
I think you must execute this dynamically. So something like this should work
DECLARE @stmt nvarchar(100) --Additional declaration
Replace your ALTER TABLE statement with this
November 14, 2003 at 4:49 am
Just to add
%SomeName%
will not make use of an index, IIRC
Frank
November 14, 2003 at 2:16 am
quote:
Try searching for something called Black Widow. It's sort of a many-purposed piece of software and it might be free. ...
November 14, 2003 at 2:11 am
Viewing 15 posts - 3,466 through 3,480 (of 5,356 total)