Viewing 15 posts - 46 through 60 (of 105 total)
I'm pretty sure what AlexSQLForums suggested will work. Only those local logins listed in the mappings box can access the linked server.
Am I missing something in your request?
J.D.
October 7, 2009 at 2:57 pm
This is great feedback. It's actually a philosophical discussion here at the office. My personal reason for not just grabbing the file name only is that I use...
October 5, 2009 at 6:59 am
Seems like a bug to me if it only affects UDF's. Is there another solution for determining if a given table is being used? I need to track...
September 25, 2009 at 8:27 am
What's is doing from the DB perspective? Is it being blocked by some other process?
J.D.
September 22, 2009 at 11:49 am
Not a script, but you can always go to the windows services and look for it there. SQL Server Agent is the service name, I believe.
September 9, 2009 at 4:49 pm
Thanks for the query. Exactly what I needed.
Turns out the login in question was set at the owner of the DB. It seems that by giving a login...
September 9, 2009 at 7:18 am
Before commenting on anything we have to investigate the system completely like
1. what DTS is doing?
2. at that time what all processes is going on?
3. any jobs run?
4. how many...
August 27, 2009 at 2:51 pm
Now I'm stuck. If it's a 1, I want to move it. If it's a 0, I want to leave it alone. How do I connect my @IsTrue value to...
August 13, 2009 at 1:17 pm
I've had a similar situation. You'll need two variables. One for the file name and the other save the value when you compare to the database. I...
August 13, 2009 at 1:03 pm
I tried it both ways. When I specify the wrong table name it catches the error.
Error number: 208
Error message: Invalid object name 'susers'
Error Severity: 16
When I specify the correct...
July 30, 2009 at 2:34 pm
Still on my quest to figure this out. I've noticed something odd. If I run the following code as a stored proc or directly as written I get
Msg...
July 30, 2009 at 1:13 pm
I'm still getting this:
(0 row(s) affected)
I'm not surprised by this as it's written to purposely error out. Inserting 0 rows would be correct. My sample file has only...
July 28, 2009 at 4:16 pm
I got the same results from using an exec statement. It seems to be tied with that type of error. If I change the insert statement to point...
July 28, 2009 at 3:28 pm
Uncle Moki (7/23/2009)
I've been fortunate to only have to use the, "File --> Save Copy of [package name] As..."...then select, "SQL Server" or "SSIS Package Store" as the Package Location.
I...
July 24, 2009 at 12:14 pm
I personally don't like to use the method you describe as its very easy to overwrite an existing package because it does not give a warning.
If you log onto integration...
July 23, 2009 at 11:42 am
Viewing 15 posts - 46 through 60 (of 105 total)