Viewing 15 posts - 61 through 75 (of 98 total)
Marcus Farrugia (3/4/2014)
March 5, 2014 at 3:35 am
Save yourself the administrative heartache, if you can, and offload that activity to another database or server instance.
March 5, 2014 at 3:25 am
This underlines the reason why it's best to post ddl as well as expected output.
You would have hand this solved many posts ago if you had done that so always...
March 5, 2014 at 2:54 am
Just taking a quick glance at the plan, it appears that you have, in a number of instances, significant differences between the estimated and actual rows.
I would start by ensuring...
March 4, 2014 at 8:42 am
From the title of the post, it would appear the OP is already using UNION ALL which I wouldn't expect to cause a major slow down unlike it's sibling UNION.
I...
March 4, 2014 at 3:51 am
mail2payan (2/20/2014)
Okay! I will start working on the same and let you know. Thanks againJust one question to ask, where should I get SSIS is MS SQL 2008?
Yes, SSIS stands...
February 20, 2014 at 2:39 am
As I said earlier, tSQL won't be your tool of choice for this, in a sql agent job or otherwise.
If this is all new to you then I would keep...
February 20, 2014 at 2:12 am
mail2payan (2/18/2014)
I am facing a issue in importing CSV file to my MS SQL Table.
Let me explain my problem:
I have 2 tables:- 1# Stock_Symbol 2# Stock_Symbol_Daily_Quotes
In Stock_Symbol there are...
February 19, 2014 at 9:26 am
aframiller326 (2/13/2014)
Jeff Moden (3/11/2013)
February 17, 2014 at 7:06 am
dajonx (2/12/2014)
Regarding the full text index feature, can you please tell me how to use it? I have attempted at creating one, but...
February 12, 2014 at 9:02 am
A CLR Procedure will probably be a cleaner and dare I say more elegant way of doing this but if it must absolutely be TSQL then I guess you're limited...
February 12, 2014 at 5:13 am
I believe you should be able to query the msdb tables for the information you need.
Maybe this article http://www.bidn.com/blogs/DevinKnight/ssis/2792/identifying-long-running-sql-agent-jobs-script could help you along the way.
February 12, 2014 at 3:48 am
Not sure what you mean by not having control over the "values" but wouldn't using CASE to derive the Column values work?
Maybe best to post some ddl and consumable data...
January 29, 2014 at 10:14 am
I think you might benefit from reading this book:
http://www.amazon.com/Microsoft-Server-2012-T-SQL-Fundamentals/dp/0735658145
Expands a bit more on Gail's response above.
January 29, 2014 at 9:13 am
Just to add to what has already been said.
If you can, do the MS Certifications. I know people rag on them a lot but in cases where you are...
January 28, 2014 at 3:22 am
Viewing 15 posts - 61 through 75 (of 98 total)