Viewing 15 posts - 49,426 through 49,440 (of 59,091 total)
dakshinamurthy (7/5/2008)
I would also helpfull if i get to know what to do if we exceed the seed value for a bigint field in a table
If you exceed the maximum...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 5, 2008 at 1:04 pm
BitBucket... I like your signature line... I think everyone should have that line in it... 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
July 5, 2008 at 12:58 pm
Ooooohhh! Be real careful... unless all of your dates have a midnight time, the following will miss all but the first millisecond of the date carried by @friday...
select *...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 5, 2008 at 12:27 pm
Of course, the real question is...
What have you written a CLR for that you think can't be done in T-SQL?
Seriously... several of us have had several major "races"...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 5, 2008 at 9:41 am
Looks like Carl beat me to the notation about formatting being done on the client side...
Carl... no, I don't have the link that you're asking about... sorry.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 5, 2008 at 9:37 am
b_boy...
Along with what Mouse suggested, lookup CONVERT in Books Online to find all of the built-in date patterns. It's worth the read.
As a side bar, if there's a GUI...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 5, 2008 at 9:36 am
Carl Federl (7/5/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 5, 2008 at 9:28 am
Talib Khan (7/5/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 5, 2008 at 9:09 am
In the meantime, why don't you just go ahead and tell us what the solution is 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
July 4, 2008 at 10:13 pm
I don't believe there's anything in SQL Server that will import such a thing... does it have any export capabilities, say, to a CSV or fixed field text file?
--Jeff Moden
Change is inevitable... Change for the better is not.
July 4, 2008 at 10:08 pm
The trigger fires just fine... the UPDATE is the problem... or rather the data, data order, and criteria for the update is the problem... This never qualifies with the...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 4, 2008 at 9:46 pm
Actually.... I want to see both the trigger and the proc... it would also be nice if you'd post the Create statements for the table being deleted from and any...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 4, 2008 at 9:14 pm
ywb (7/4/2008)
It does. Thanks!
Two way street... I'm always curious about these type of things...
Why do you need to do this, please?
--Jeff Moden
Change is inevitable... Change for the better is not.
July 4, 2008 at 9:09 pm
The OP "left the building" 2 months ago...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 4, 2008 at 9:08 pm
What is a "Raima" database? Never heard that one before...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 4, 2008 at 9:07 pm
Viewing 15 posts - 49,426 through 49,440 (of 59,091 total)