Viewing 11 posts - 1 through 11 (of 11 total)
Hi all,
Yes, i did that!!
and have also added one more join but still it was taking bit longer
so stored the 1st 3 joins result into a temp table and...
May 13, 2010 at 9:09 am
Thanks for the replies 🙂
the problem was with the on clause
"on b.PO71 = c.LinkfileLineSeq"
PO71 was varchar while LinkfileLineSeq was decimal!!
the query did started running..but it is taking ages!!
Seems like...
May 11, 2010 at 7:49 am
Thanks for the reply. Checked the link, really helpful.
Thanks once again!
April 12, 2010 at 4:25 am
hi again,
Though am able to convert tsv to table now..but was wondering why did it truncated the columns when i converted tsv- to excel -to table?
Total number of...
April 9, 2010 at 9:58 am
Hi,
Thanks for the replies. 🙂
tried both and it worked!!:Wow:
Thanks a tonne !!
-Shree
April 9, 2010 at 6:06 am
hello everyone, i found the answer!!!
Just in case if anyone gets stuck with the same query
i converted the smalldatetime column in the same way the variable was converted!
cast(CONVERT(CHAR,DATEADD(d, -1,DATEADD(mm, DATEDIFF(m,...
March 30, 2010 at 10:42 am
Check this link
http://www.sqlservercentral.com/articles/Monitoring/monitoringdriveanddatabasefreespace/1415/
February 12, 2010 at 4:51 am
To monitor databases size, am using " sp_helpdb" - this gives size allocated to all the databases on a server but not the available space!
i tried using " EXEC sp_msforeachdb...
January 27, 2010 at 6:27 am
I forgot that we can use " DBCC SQLPERF(logspace)" to get the details for the log files!!
Thanks once again David!
- Shree 🙂
January 26, 2010 at 9:55 am
Hey Thanks David!!
Just tried the script you gave..it works great!..however it returns only the data files for all the databases..
Can we do something to get the log files as well..??
Thanks
Shree...
January 26, 2010 at 9:47 am
Viewing 11 posts - 1 through 11 (of 11 total)