Viewing 15 posts - 2,881 through 2,895 (of 5,356 total)
Only somehow 'new forum' related, but...
I've noticed that sometimes when I click on the link in a notification mail, an existing instance of IE is used and sometimes a new one...
January 9, 2004 at 7:53 am
That won't work. The identity property you can only declare on numeric columns like int, or decimal. Leading 0s will be ignored.
What do you want this for?
January 9, 2004 at 7:49 am
Look at BOL for 'Maximum Capacity Specifications'
January 9, 2004 at 7:36 am
Server: Nachr.-Nr. 8115, Schweregrad 16, Status 1, Zeile 1
Arithmetic overflow error converting IDENTITY to data type int.
Arithmetic overflow occurred.
January 9, 2004 at 7:26 am
oh, you can also use
alter procedure spGetProducts
as
....
Is even better, becuase you don't need to recreate permissions or dependent objects
January 9, 2004 at 4:44 am
Once you got the text from spGetProducts, use
drop procedure spGetProducts
go
create procedure spGetProducts
as .......
January 9, 2004 at 4:37 am
I might be wrong, but I have never heard of such a 'global' trigger.
I guess you have to use one trigger per table
January 9, 2004 at 3:21 am
January 9, 2004 at 2:53 am
In this case look at 5409045121009 (consider changing your username, Len, see what copy and paste now yields
January 9, 2004 at 1:08 am
Hehe, I know. One of the few things I like about Germany.
Sunday morning in the summer, the Autobahn 31 heading to Emden. Almost 40 kilometres straight with no curve. That's...
January 9, 2004 at 1:00 am
Viewing 15 posts - 2,881 through 2,895 (of 5,356 total)