Viewing 15 posts - 1,741 through 1,755 (of 4,272 total)
First, don't cross-post..
Lets all discuss this at the other one..
http://www.sqlservercentral.com/Forums/Topic1046696-391-1.aspx
CEWII
January 12, 2011 at 12:06 pm
I'm sorry to be a little punchy about this, but did you bother to google this before you posted the question?
I mean I googled:
"7816B7A3-CD60-4539-BD38-C35AFC61F200" 80040154
And the first result was:
http://social.msdn.microsoft.com/forums/en-US/sqlintegrationservices/thread/817c6cfc-b8b2-4a6e-af59-82b2c8ebfd9a/%5B/url%5D
This result...
January 12, 2011 at 11:55 am
While I agree it is written in the log, I see no reason to read the log if I can query it directly and know it will match the logged...
January 12, 2011 at 11:47 am
Views are usually(always?) slower, and I would question if the view does any additional logic. A view is a layer on top of the table and by-and-large only ADDS...
January 12, 2011 at 9:44 am
As far as control you can't get much more than rolling it yourself.. Performance should be the same, all the maint plans do is execute SQL commands like BACKUP...
January 12, 2011 at 9:35 am
tan110 (1/11/2011)
I'm manually executing the SSIS via a .cmd file using dtexec.
I agree with da-zero, use the explicit path to the DTExec in C:\Program Files (x86), don't rely on the...
January 12, 2011 at 9:31 am
You can connect to the database instance(s) (by virtual name) and using the SERVERPROPERTY( ) function you can use the ComputerNamePhysicalNetBIOS property. It should tell you node name that...
January 12, 2011 at 9:29 am
Paul,
Why don't you explain the process to us, it will help give better more complete guidance. I also agree with John that the EXEC SQL task is probably not...
January 12, 2011 at 9:22 am
Indianrock (1/11/2011)
January 11, 2011 at 1:11 pm
How are you running the package? If it is through Agent then you need to execute the package with the 32-bit DTExec command. Unfortunately I don't have my...
January 11, 2011 at 1:02 pm
Completely agree, know what changed and who changed it are very important.
How often have you asked what changed? And everybody looks at you like you are a mutant.. ...
January 11, 2011 at 11:16 am
My first thought is something is trying to hack your sql machine, you should figure out where it is coming from. The IP address of the machine(s) should be...
January 11, 2011 at 10:57 am
In general I don't like to do it if I have a choice.. Also, I am opposed to using a column containing personally identifiable information (PII) as a key...
January 11, 2011 at 10:51 am
Pre disclaimer: I am not a lawyer and I haven't stayed at a Holiday Inn Express recently..
The law that comes to mind immediately is SOX. From the IT side...
January 11, 2011 at 10:44 am
While you can do what Grant explains, I would ask why you wish to do this?
CEWII
January 11, 2011 at 9:46 am
Viewing 15 posts - 1,741 through 1,755 (of 4,272 total)