Viewing 15 posts - 1 through 15 (of 30 total)
What are your recommendations as far as debugging stored procedures / functions without SSMS?
Thanks.
October 8, 2014 at 8:58 am
Hi Keith,
Thanks for the suggestions. I appreciate it.
And I apologize for the slow feedback and lack of it. I was on another project, putting out another fire. I have...
February 14, 2014 at 2:20 pm
It should not matter how you deploy the packages, it is easier to use the deployment utility but a simple copy, or import with SSMS does the trick too.
Frankly,...
November 1, 2013 at 12:29 pm
If you allow access to the file system, realize that the SSIS packages will execute from wherever the dtexec command is given. So if it's given from the user's workstation,...
August 28, 2013 at 7:43 pm
If it's inserted from an online form, there's a cause for concern because, if you can insert HTML tags, you can insert sql injection / cross site scripting?
On the other...
August 15, 2013 at 12:09 pm
No apologies necessary. I totally understand. 🙂
Unfortunately, this place I'm currently volunteering is still very heavy on SQL Server 2k.
Nevertheless, thank you very much for your help.
June 27, 2013 at 10:08 am
Thanks for the tip, John.
And OPC, thank you for the link. I was able to run the script on SQL Server 2008. You don't by any chance have a script...
June 27, 2013 at 9:36 am
I hope you are not initialising the file every time you write to it? If you are you wont be able to restore as you need the whole collection of...
March 28, 2013 at 9:56 am
Haven't tried this yet http://www.sqlservercentral.com/articles/delete/96780/ because I completed the archiving project a few weeks ago. But will definitely try it the next round of archiving. Thought I...
March 7, 2013 at 3:54 pm
For future reference to anyone experiencing this issue:
I just installed SQL Server 2000 Client Tools - Enterprise Manager and moved the package. That resolved all the issues. My guess is...
January 29, 2013 at 8:03 am
My mistake ... checked with her this morning and she was just trying to open the package from Sql Server Enterprise Manager 2000 when she got the error message.
Edit: Do...
January 22, 2013 at 8:57 am
Thank you all for the corrections.
Anyone with any comments on how do I archive the database? Since MSSQL doesn't support UNC path for MDF - getting error "the file...
January 15, 2013 at 12:09 pm
Thanks for the reply.
It's on MSSQL 2000 database. My client is SSMS 2008. Sorry for the confusion.
Dev is in full backup mode.
Edit: In Oracle, there's a data pump...
January 11, 2013 at 7:14 am
Viewing 15 posts - 1 through 15 (of 30 total)