Viewing 15 posts - 346 through 360 (of 7,168 total)
As an aside, it is a best practice in SQL Server for all tables to have a clustered index and a primary key. Any reason why this table should not...
February 1, 2016 at 2:06 pm
sqlinterset (2/1/2016)
Earlier there was no index, but now one non-unique, non-clustered index was...
February 1, 2016 at 2:05 pm
VCS needs to be taught in College and on Day 1 of onboarding in a new job. I find that with application developers (by apps I am targeting compiled apps...
February 1, 2016 at 1:33 pm
I think you are making this harder on yourself than it needs to be. Do not let the C# aspect intimidate you.
Ingredients:
1. Stored Procedure
2. SSIS Package
3. Database Connection String
4. SMTP...
February 1, 2016 at 1:10 pm
I thought this was resolved...you meed to use an Output Parameter not a Resultset to get the MAX-value from the database into an SSIS Variable.
February 1, 2016 at 9:52 am
If memory serves (mobile so cant test) mkdir will make all dirs in the hierarchy if they are missing. So, just say
mkdir C:\Dir1\Dir2\Dir3
and if Dir1 and Dir2 do not...
January 31, 2016 at 6:34 pm
Looks like the OP reposted:
http://www.sqlservercentral.com/Forums/Topic1757179-3412-1.aspx
January 31, 2016 at 6:15 pm
OK, attached is an SSIS Package that uses only native SSIS Tasks and Components and T-SQL, i.e. no C# Script is utilized in the SSIS. Files included in the attached...
January 31, 2016 at 3:32 pm
No problem. Just a general sense of concern that you're creating a security exposure and that from a troubleshooting perspective having the behavior change after making a change like that...
January 31, 2016 at 11:21 am
Just in case it wasn't clear before, you should not need to have
NT AUTHORITY/SYSTEM setup as a Login on your SQL Server instance and you definitely should need to...
January 31, 2016 at 9:38 am
Jeff Moden (1/30/2016)
January 31, 2016 at 7:24 am
Jeff Moden (1/30/2016)
BTW, what was the DOS command that you used to create the file? The reason I ask is because there may be a simpler method available but...
January 30, 2016 at 3:37 pm
Jeff Moden (1/30/2016)
[font="Arial Black"]{EDIT} NOTE THAT THIS FORUM ATE THE "\ n" (without the space) SO YOU NEED TO REMOVE THE SPACE BEFORE YOU SAVE THE BCP FORMAT FILE BELOW!!![/font]
I...
January 30, 2016 at 3:33 pm
Jeff Moden (1/30/2016)
I've gotten away from SSIS so much that I don't even know how to open SSIS and load a package. I'm really interested in seeing what you've...
January 30, 2016 at 3:28 pm
Viewing 15 posts - 346 through 360 (of 7,168 total)