Viewing 15 posts - 1,876 through 1,890 (of 7,168 total)
Add some screenshots and a sample Package people could download and you've got yourself a nice how-to article for SSC right there...just click the "Write For Us" link on the...
February 20, 2013 at 8:12 am
Krishna1 (2/20/2013)
Created index on foreign key tables , for key column of the base table. but no luck.
Not the Base Table, the Child Table needs an index on the columnthat...
February 20, 2013 at 7:13 am
Nice work. Happy you found a way forward. Thanks for posting back.
February 20, 2013 at 7:10 am
SQL Server actually will not use the page file unless the server is under duress. Page file access is very slow compared to RAM access, so SQL Server aims to...
February 20, 2013 at 7:08 am
What has happened to the venerable CASE expression? I am surprised no one has mentioned it thus far but there is no such thing as a CASE statement in SQL...
February 20, 2013 at 3:53 am
The one I attached to this thread does not write anything, it just selects and then pops a message box. I looked at the one you attached and the Execute...
February 19, 2013 at 1:53 pm
The service account should not need to be a local admin, and I agree with you, I think it's a bad idea.
Here is the description of the SQLServerSQLAgentUser$MYCOMPUTERNAME$MSSQLSERVER group...
February 19, 2013 at 1:25 pm
When you changed the service account for the service did you use the Services MMC (e.g. from Control Panel>Administrative Tools) or did you use the SQL Server Configuration Manager?
Just confirming,...
February 19, 2013 at 12:55 pm
Frank Cazabon (2/19/2013)
opc.three (2/19/2013)
February 19, 2013 at 11:21 am
I can duplicate what you're seeing with your audit query...it shows public still has GRANT S on sys.check_constraints for me but again in practice users that are only in public...
February 19, 2013 at 11:12 am
aaron.reese (2/19/2013)
February 19, 2013 at 9:12 am
Shawn Smith (2/19/2013)
February 19, 2013 at 9:06 am
Sounds like you already did all the difficult parts of the processing you need to get done. A File System Task should be all you need to move the file...
February 19, 2013 at 7:27 am
I use Script Tasks so I can have access to .NET to do things that are not built into SSIS (e.g. FileSystemWatcher class) or maybe are built into SSIS but...
February 19, 2013 at 7:24 am
Define "does not work." Error message? Empty resultset? Remember, I cannot see what you see 🙂
February 19, 2013 at 7:19 am
Viewing 15 posts - 1,876 through 1,890 (of 7,168 total)