Viewing 15 posts - 256 through 270 (of 9,641 total)
SQLRNNR (9/30/2015)
Ed Wagner (9/30/2015)
Brandie Tarvin (9/30/2015)
SQLRNNR (9/30/2015)
Eirikur Eiriksson (9/30/2015)
WayneS (9/30/2015)
Luis Cazares (9/30/2015)
ChrisM@Work (9/30/2015)
Brandie Tarvin (9/30/2015)
ChrisM@Work (9/30/2015)
September 30, 2015 at 3:23 pm
Eric M Russell (9/24/2015)
September 24, 2015 at 7:55 am
Steve Jones - SSC Editor (9/23/2015)
September 23, 2015 at 11:29 am
Rod at work (9/21/2015)
At best you can say that one job may be more secure than another, but total job security is an illusion.
Rod,
That's a great job summing up the...
September 21, 2015 at 9:10 am
Without knowing all the requirements and what exactly you need to do it is hard to say how I would do it. Typically when I write an SSIS package...
September 21, 2015 at 6:42 am
Okay, I'm going to give the instructor the benefit of the doubt. Maybe lesson 1 is cursor and lesson 2 is set-based and there will be a discussion of...
September 18, 2015 at 2:11 pm
Luis Cazares (9/18/2015)
CREATE PROCEDURE [dbo].[ap_CalcGrade2]
-- Add the parameters for the stored procedure here
@studId...
September 18, 2015 at 2:03 pm
I don't necessarily agree with those who say don't use an offer as leverage or say don't accept a counter. I think it depends on the situation. If...
September 18, 2015 at 1:34 pm
Luis Cazares (9/18/2015)
Why do they keep teaching this kind of stuff? http://www.sqlservercentral.com/Forums/Topic1720978-169-1.aspxThen people wonder why there's crappy code everywhere.
Ha ha. I replied to that one as well. I...
September 18, 2015 at 1:21 pm
It wants to know what database to execute the command in. If you have USE in your script then you can just provide -d master
September 18, 2015 at 1:14 pm
It would be helpful if you were to provide the DDL for the tables involved, along with some test data.
There are 2 reasons you are getting the first pair of...
September 18, 2015 at 1:12 pm
Are you trying to set the Connection property of the Execute SQL Task or the ConnectionString property of the Connection Manager?
What I believe you want to do is...
September 18, 2015 at 12:50 pm
The key part is the clustering. A lot of people don't realize that you have to have a windows cluster for AlwaysOn.
September 18, 2015 at 12:36 pm
Based on your code it looks like this procedure is part of a series of actions that are all part of the same transaction. This could be part of...
September 18, 2015 at 12:35 pm
Would a comma delimited list of decline reasons be an acceptable solution? If it isn't then Gazareth's suggestion(s) are the best ones. If the decline list is basically...
September 18, 2015 at 11:53 am
Viewing 15 posts - 256 through 270 (of 9,641 total)