Viewing 15 posts - 3,256 through 3,270 (of 7,187 total)
Yes, that's right, provided there aren't any other connection managers that use a trusted connection.
John
January 13, 2015 at 9:44 am
Are you executing the package from a job, and if so do you specify the config file in the job step?
John
January 12, 2015 at 9:13 am
Yes, or you could use an OR. Try them both, and see which performs better.
John
January 9, 2015 at 9:53 am
If you use third-party backup software (I'm thinking of LiteSpeed, but I wouldn't be surprised if other products are similar) and you need to restore to a server that does...
January 9, 2015 at 9:28 am
Unless I've misunderstood...
WHERE ID = something
AND c1 = c2
Edit:
Hold on - I think I know what you're asking. If you want everything where ID = something as well...
January 9, 2015 at 9:07 am
For jobs where I am likely to need to know this information, I add a step at the beginning called Initialise. I set the subsystem to CmdExec so that...
January 7, 2015 at 9:35 am
I think it's 150ms, isn't it - 6400 waits, 1080 seconds of wait time? But that's only if that's the only query that took that type of lock -...
January 7, 2015 at 8:50 am
What is the command line from the job step that runs the package?
John
January 6, 2015 at 9:59 am
Are you sure it's not available? Perhaps your server has a case-sensitive collation - I notice you spelled the name with a capital SP? Or maybe you just...
January 6, 2015 at 9:33 am
Mohan
I don't know whether that's possible. But I did have an incident last year where a contractor who was working at the weekend got very upset that he wasn't...
January 6, 2015 at 8:56 am
Well, you're the expert - that's why your manager hired you. I don't think setting the columns NOT NULL will work, since your requirement is only to have at...
January 6, 2015 at 4:34 am
Do you have any control over the structure of the database? If you do, I would strongly recommend changing your table so it looks something like this:
001 a
001 b
001...
January 6, 2015 at 3:58 am
chadlau11 (1/4/2015)
John Mitchell-245523 (1/2/2015)
January 5, 2015 at 2:15 am
There are probably newer-fangled ways to do this, but I would stick to what I know, and import the list of files into a staging table so that you can...
January 2, 2015 at 4:09 am
What results do you get from the following queries? Remember to run them in the same database as you got the sys.database_principals results from.
SELECT name FROM sys.objects WHERE object_id...
January 2, 2015 at 2:20 am
Viewing 15 posts - 3,256 through 3,270 (of 7,187 total)