Viewing 15 posts - 46 through 60 (of 104 total)
I figured it out... I feel silly....
I didn't declare my @so_wr_dt parameter as a datetime.
It works now!
March 30, 2011 at 9:14 am
PurpleLady (3/30/2011)
March 30, 2011 at 8:57 am
GSquared (3/29/2011)
Try this instead:
ship_to_addr1 +'
' + ship_to_addr2
Still on the same line...
I may just keep it that way, although I really would like it to be on a new line....
March 29, 2011 at 6:58 am
I tried running the query in Text mode and it looks like it is on the same line there as well...
March 28, 2011 at 2:43 pm
GSquared (3/28/2011)
coalesce(
ship_to_addr1 +...
March 28, 2011 at 2:30 pm
WayneS (3/11/2011)
donato1026 (3/11/2011)
opc.three (3/11/2011)
Please post DDL and some DML to create test data for your tables:asap_email_listTrain
TRAIN..SALES.DEL
TRAIN..MISC.ZIP2ZONE
http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]
Sorry, but I won't be able to do that. This can be used on any...
March 11, 2011 at 8:58 pm
opc.three (3/11/2011)
Please post DDL and some DML to create test data for your tables:asap_email_listTrain
TRAIN..SALES.DEL
TRAIN..MISC.ZIP2ZONE
http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]
Sorry, but I won't be able to do that. This can be used on any database ....
March 11, 2011 at 2:16 pm
Thanks, Dan. . . But it's still not working, even with Lowells code. . .
OLE DB provider "SQLNCLI" for linked server "06websql\websql" returned message "Deferred prepare could not be completed.".
Msg...
June 17, 2010 at 6:56 am
Thanks, Dan. However, this is not working either. . . I am receiving the following:
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near 'SET FMTONLY OFF; EXEC (declare...
June 16, 2010 at 3:14 pm
Thanks, Lowell, but it's not working. . .
I'm getting this:
OLE DB provider "SQLNCLI" for linked server "06WEBSQL\WEBSQL" returned message "Deferred prepare could not be completed.".
Msg 8180, Level 16, State 1,...
June 16, 2010 at 2:04 pm
Gianluca Sartori (6/16/2010)
I think you confused server and database. Does this work?
CREATE SYNONYM [dbo].[Product] FOR [06WEBSQL\WEBSQL].[06dw].[dbo].[Product]
This worked! Thank you!
I was about to throw my desk through the wall. . .
June 16, 2010 at 9:41 am
Lowell (5/20/2010)
SET XACT_ABORT...
May 20, 2010 at 11:40 am
Never mind. . . I got it to work. I was using servername.dbo.table name - rather than databasename.dbo.tablename. It works now!
Now. . . Is there any way to have it...
May 11, 2010 at 10:13 am
Viewing 15 posts - 46 through 60 (of 104 total)