Viewing 15 posts - 16 through 30 (of 99 total)
I'd also agree you're better off posting the execution plan rather than just removing elements of your query.
Admittedly, the more experienced you are, the more likely you will be able...
March 26, 2015 at 10:27 am
sqlguy-736318 (3/23/2015)
I have SSMS 2014 installed on my computer but the following search from the command prompt does not...
March 24, 2015 at 7:59 am
timthetraveler (3/21/2015)
I'm trying to quantify the number of times folks use SQL Server Management Studio to change client data in one of our production databases. Does SQL Server keep...
March 24, 2015 at 3:36 am
sqldoubt (1/16/2012)
There were no installations made on that server. Also I tried to enable it from tools->options and restarted...
March 19, 2015 at 4:26 am
Guras (3/18/2015)
I am using SSIS to bulk insert from a file with more than 200...
March 19, 2015 at 4:11 am
QQ-485619 (3/18/2015)
I am not familiar at c#, can you please be more specific?
Sure.
What I'm suggesting that you could do is add:
1. Add a new variable to your package called "FileExists"...
March 18, 2015 at 8:20 am
QQ-485619 (3/17/2015)
March 18, 2015 at 5:44 am
March 18, 2015 at 5:14 am
Katerine459 (3/16/2015)
So, you know how if you right-click, say, a table object, in SSMS, and one of the options is, "Script Table As" and then you get a bunch of...
March 18, 2015 at 4:20 am
Jim5130 (3/12/2015)
I am a newbie in creating SSIS package. The basic import of CSV files into our SQL Server 2008 DB is working fine but I have to set...
March 16, 2015 at 4:30 am
From the initial response to your question, it's clear that your question is quite vague?
You always want to help avoid people guessing at what your problem is as it takes...
February 27, 2015 at 8:58 am
pilikowaty (2/25/2015)
Hi, in my VS 2013, and 2008 i dont have any templates for any .NET framework. I have installed Microsoft .NET framework 4.5, but nothing appear. any idea? bless.
do...
February 27, 2015 at 8:36 am
If you're new to all this, I think you might be better off familiarising yourself fully with the tools that come with sql server out of the box first.
Once you...
December 3, 2014 at 5:29 am
Radiance (10/23/2014)
My test: setting is_logged_message from 1 to 0, but the message still be in ERRORLOG when certain event occurs. It's like SQL Server bypassed ...
November 5, 2014 at 3:30 am
Maybe...
SELECTCity,
StuStatus,
CurrentValue,
COALESCE(NULLIF(week1,0), NULLIF(week2,0), NULLIF(week3,0), NULLIF(week4,0)) AS Week1,
COALESCE(NULLIF(week2,0), NULLIF(week3,0), NULLIF(week4,0)) AS Week2,
COALESCE(NULLIF(week3,0), NULLIF(week4,0)) AS Week3,
Week4
FROM #StuDetails;
October 2, 2014 at 8:58 am
Viewing 15 posts - 16 through 30 (of 99 total)