Viewing 9 posts - 1 through 9 (of 9 total)
Can you use SSIS? If yes, you can create a parameter to pass the file name and you can create a table from flat file, do anything you want and...
January 19, 2007 at 6:19 am
And I'm thirding that!!! Here is the explanation from the link in that question:
By default, SQL Server does not allow ad hoc distributed queries using OPENROWSET and OPENDATASOURCE against providers...
January 15, 2007 at 6:51 am
So how about if you do this:
select
convert ( real ,2.5000 )
December 27, 2006 at 8:34 am
We have used partinoined tables and performance is MUCH better than before. I think this is the best option you have.
December 7, 2006 at 7:54 am
I'm a SQL developer too and have been in that situation, however I learned from my mistakes. I admit it, it wasn't always other people's fault! The thing is that they...
December 5, 2006 at 11:10 am
You can add these queries before the first insert into just an example for the first part which is TotalCount)
select...
November 9, 2006 at 7:29 am
OK, correct me if I'm wrong. The only reason query comes back with 1900... date in second row is that insert statement for that row was the second insert statement....
October 28, 2004 at 8:41 am
Thank you for all your help.
Actually the result of JM's query, was the the script of all views in the server and I searched for my table name in the...
November 12, 2003 at 5:58 am
Thank you for all your help.
Actually the result of JM's query, was the the script of all views in the server and I searched for my table name in the...
November 12, 2003 at 5:58 am
Viewing 9 posts - 1 through 9 (of 9 total)