Viewing 15 posts - 4,666 through 4,680 (of 5,394 total)
Merry Christmas and a happy New Year to everyone!
I wish you all a 2010 full of questions that get worse, and worse, and worse...
December 22, 2009 at 8:11 am
This is another thread discussing the same topic:
http://www.sqlservercentral.com/Forums/Topic771488-361-1.aspx
I hope you find it useful.
Regards
Gianluca
December 22, 2009 at 1:23 am
It is possibile. It isn't simpler with SQL2005, mainly because it couldn't be any simpler.
Here's an example with SQL2005:
USE testDB
CREATE TABLE testtable (
test INT
)
INSERT INTO testtable VALUES(1)
INSERT INTO testtable VALUES(2)
INSERT...
December 22, 2009 at 1:17 am
First Google entry for "exponential notation":
http://en.wikipedia.org/wiki/Scientific_notation
Regards
Gianluca
December 22, 2009 at 1:00 am
It would be easier to start tracing the data inserted from now on.
The only thing that comes to my mind is the default trace, that is reset every time the...
December 22, 2009 at 12:56 am
C++ CGI on Firebird SQL? 😀
December 18, 2009 at 10:39 am
This thread is 5 months old, I hope the OP solved the issue long time ago.
December 16, 2009 at 5:53 am
OPENQUERY must determine the result set to return. With a IF / ELSE statement the result set columns cannot be predetermined.
Regards
Gianluca
December 15, 2009 at 6:18 am
Are you using a command object or opening the recordset with connection.execute?
If you are using a command object, check the connection timeout property there.
December 14, 2009 at 9:36 am
It's ConnectionTimeout, in the connection object.
See this page for reference:
December 14, 2009 at 9:29 am
Roy Ernest (12/10/2009)
To be honest, There are lots of Indians here who give other Indians a bad name... 🙁
One single Italian was able to do the same thing all alone....
December 11, 2009 at 4:11 am
GabyYYZ (12/10/2009)
To get things started, I hope to see this thread roll over to 1000 pages before I travel on vacation. 😀
This is easy...
December 10, 2009 at 11:47 am
Viewing 15 posts - 4,666 through 4,680 (of 5,394 total)