Viewing 15 posts - 5,701 through 5,715 (of 14,953 total)
The iPad would certainly come in handy if I'm ever trapped on a rollercoaster, have a connection and an iPad, and have to connect to a database server to handle...
December 13, 2010 at 11:12 am
I could be mistaken, but I think Red Gate has a tool that will do that for you.
December 13, 2010 at 11:01 am
You won't be able to use a checksum on text.
Almost certainly, the biggest performance hit in this is the inequality comparison between two text columns. (Should have called them...
December 13, 2010 at 10:59 am
"Image" is an obsolete binary data type. Use varbinary(max) instead. "Long" in Oracle appears to be a deprecated nvarchar data type comparable to nvarchar(max) in SQL Server. ...
December 13, 2010 at 10:45 am
This has the rules on all the data types in SQL Server: http://msdn.microsoft.com/en-us/library/ms187752.aspx
The Oracle float(126) is simply a 64-bit numeric data type, which would be the equivalent of float(53) in...
December 13, 2010 at 10:43 am
I don't understand what you're asking. Are you asking how to design a hierarchy in a database?
December 13, 2010 at 9:44 am
The close cursor option wouldn't impact this.
It would be interesting to capture the state of the data in the cursor at each row-move. Not sure it would be worth...
December 13, 2010 at 7:31 am
GilaMonster (12/12/2010)
I wonder, if I change my avatar to a photo, will I stop having people call me Mr or Sir?
But ... but ... wait! ... are you trying to...
December 13, 2010 at 7:27 am
Select everything with ID = 2 all by itself. Does it have more than one entry for the same "field" anywhere?
December 13, 2010 at 7:22 am
nzrdb6 (12/10/2010)
Use @table vars
But only if you understand the performance and transactional differences between the two.
December 13, 2010 at 7:15 am
petervdkerk (12/12/2010)
December 13, 2010 at 6:57 am
mishaluba (12/11/2010)
December 13, 2010 at 6:50 am
Will your table ever have two records on the same day that you want to keep?
Try turning that into a dynamic command as a string, and plug in the table...
December 10, 2010 at 2:20 pm
Viewing 15 posts - 5,701 through 5,715 (of 14,953 total)