Viewing 15 posts - 51,931 through 51,945 (of 59,072 total)
dan (3/10/2008)
Some dates appear as '20080310' and others appear as '10/03/2008'.I have been asked to make all the dates appear consistently, as '20080310'. I've tried several variations of this:
You...
March 10, 2008 at 2:06 pm
I have an OrderLookup table, where the PK is the PurchaseOrderID.
You actually named a table "OrderLookup" to hold Purchase Orders and gave it a Primary Key on a column called...
March 10, 2008 at 1:49 pm
Ummmm... let me get this straight... you got a job as a designer and you don't really know how to design?
March 10, 2008 at 1:43 pm
SELECT CAST('2007' AS DATETIME)
SELECT DATEADD(yy,1,CAST('2007' AS DATETIME))
March 10, 2008 at 1:42 pm
Oral meds? Lucky... at least they weren't supositories 😉
March 10, 2008 at 7:00 am
michael.esposito (3/10/2008)
March 10, 2008 at 6:54 am
Could be done in plain ol' T-SQL... but would require either a trip through xp_CmdShell or would need to be called externally in a batch file.
March 10, 2008 at 6:50 am
Heh... yeah... I can see that... my question would be why? And if what you say were true, why list all of the users instead of just the most...
March 10, 2008 at 6:42 am
Markus2006 (3/10/2008)
March 10, 2008 at 6:27 am
nicolas.pages (3/10/2008)
March 10, 2008 at 6:24 am
Well? Does it do what you want, now?
You explained what you're doing but not why... I'm still worried that you're building RBAR. If it's for a GUI, probably...
March 10, 2008 at 6:21 am
Lookup RAISERROR in Books Online... that should do it.
March 10, 2008 at 6:15 am
If the rest of the query is correct for it, yes.
March 10, 2008 at 6:13 am
Ajay Varma (3/10/2008)
I have understand u r problem...
while exporting table data to text file ,
we get the Text Qualifier drop down list with options like double quote,single quote ,none...
March 10, 2008 at 6:09 am
Viewing 15 posts - 51,931 through 51,945 (of 59,072 total)