Viewing 15 posts - 16 through 30 (of 30 total)
Hey, Where are all the SQL gurus -:) Am awaiting answer for the last three days. Any suggestion??
November 19, 2007 at 11:04 pm
Thanks PhilCart,
ODBC tracing was on, and so it was eating up the hard disk space. Switched Off the tracing and deleted the SQL log file. Now its okay.
October 29, 2007 at 6:42 am
Didn't help.
I get error when I run the following:
Dbcc Shrinkfile('C:\Documents and Settings\Admin\Local Settings\Temp\SQL.txt',1)
Server: Msg 8985, Level 16, State 1, Line 1
Could not locate file 'C:\Documents and Settings\Admin\Local Settings\Temp\SQL.txt' in sysfiles.
I...
October 29, 2007 at 4:10 am
Thanks Luke
Package|properties|Logging solves my problem. But please explain how can I do the last step of mailing the results.
Also I want to make sure that whenever the database...
October 22, 2007 at 8:40 am
Thanks for support by all,
Actually I am supposed to carry out testing of data integration for my client, and have to show them results in interprise manager or Query Analyzer...
October 9, 2007 at 1:47 am
Thank you ALZDBA
Actually your solution is similar to
select Facility1 as [Facility 1]
,(select count(*) FROM MyTable WHERE Cond1) as [First Condition]
,(select count(*) FROM MyTable WHERE Cond2) as [Second Condition]
,(select...
October 8, 2007 at 12:25 am
Thanks all,
Now another issue,
I have a column named 'Temp'. If used in query, SQL takes it as a system name, and highlights it blue.
Any workaround??
Its not possible for me...
October 2, 2007 at 5:21 am
Lester
sp_mshelpcolumn 'Data_table' gives me the following error
Server: Msg 2812, Level 16, State 62, Line 1
Could not find stored procedure 'sp_helpcolumn'.
NigelRivett
I don't know how to use syscolumns. Please give example.
October 1, 2007 at 1:16 am
Ok guys
Jeff's idea worked for me.
Nice discussion
Thanks
September 27, 2007 at 2:06 am
It is just for experimental purpose, that I want to enter a couple of rows manually.
I know INSERT statement can do it, but I just want to do it...
September 26, 2007 at 5:45 am
Thanks Phil,
worked great.............good learning
Just another question guys
How can I put the output from two select statements in one row.
Like
Select count(*) from A as 'Rows from A'
Select count(*) from...
September 25, 2007 at 2:55 am
Yes Adrian,
You may count it as a cross post, but I put it under a different subject to know if there is any generic sql script that can compare...
September 25, 2007 at 12:43 am
what is DDL and how can I create statments?. Sorry am a newbie.
September 24, 2007 at 4:09 am
Thanks. Adrian............the script worked fine, but I couldn't solve my problem. I just discovered that all the dates are present in both Tables A and Table B.
Now the issue...
September 24, 2007 at 3:34 am
Viewing 15 posts - 16 through 30 (of 30 total)