Viewing 6 posts - 376 through 381 (of 381 total)
I have created a sample query that includes an XML document. Note that for all of the new records you must specify all values for Not Null columns.
Russ
CREATE TABLE [OrderDetails]...
January 22, 2004 at 6:19 am
For SHDate:
Convert (varchar(10), sh_date,101) as shdate
Russel Loski
Russel Loski
December 30, 2003 at 7:29 am
I suspect that the user account that SQLAgent is running under does not have permission to access the files.
Alternatively, does the filesystemobject access a network drive? You can't use...
November 5, 2003 at 8:15 pm
I did a simple test: run query
select convert (datetime, '')
The results were 1900-01-01 00:00:00.000
I think that it is casting '' to datetime and converting it to 1900-01-01.
The easiest fix...
October 28, 2003 at 3:06 am
Can mixed collations affect performance?
I created a new server and database with a different default collation when I took over our small SQL Server environment. In transferring the objects...
December 19, 2002 at 6:19 am
In the article you state that you cannot view in the GUI a DTS package that was saved to VB. What I do is to comment out the Execute...
November 12, 2001 at 8:46 am
Viewing 6 posts - 376 through 381 (of 381 total)