Forum Replies Created

Viewing 15 posts - 1 through 15 (of 19 total)

  • RE: Automate stored procedure creation

    I have the code in an SQL file.

    We don't use source safe for SQL and do not have a build server.

  • RE: Automate stored procedure creation

    Obtianing the script for creating the stored procedures is not the problem creating stored procedures unattended is.

  • RE: Export 3 different data records to a flat file

    ok so far this is what I have done

    I've created a stored proc that will return 3 results sets.

    Next I will call it from SSIS using a script control.

    As far...

  • RE: Error when selecting top N records from oracle

    Yes.

    If i replace the top n with select * and leave the rest of the script the same I get a lot of records back.

    The error exist only if i...

  • RE: Error when selecting top N records from oracle

    it's not a syntax or case error.

    I dont' change the top select part of the statement.

    I simply comment out the last table and the statement works.

    As soon as i include...

  • RE: Error when selecting top N records from oracle

    I'm calling the data through linked tables from SQL2008.

    The method 'rownum' is not a SQL term.

    If you try to use it in a select statement of data on SQL2008 to...

  • RE: SQL2012 SSDT templates missing

    Yeah it sees the SQL data templates are there for 2012 in

    Data tools but to get the templates for SQL2012 you need to go into VS2010 and go to...

  • RE: Backup and restore security roles

    it's a shared server. I login to our database as a dbo through windows authentication

    although i can't backup and restore to the servers backup folder I can...

  • RE: Backup and restore security roles

    The error is "Cannot access the specified path on the server" when trying to set the backup file location.

    When attempting a restore the same error occurs.

    There must be some...

  • RE: Foriegn Key constraint Removal

    Sanoj,

    I used your script to return the FK which return [FK_tblProgFundingYearCategory_tblProgFundingCategory]

    My new alter statement was then

    ALTER TABLE [dbo].[tblProgFundingYearCategory] NOCHECK CONSTRAINT [FK_tblProgFundingYearCategory_tblProgFundingCategory]

    after i ran

    truncate table [dbo].[tblProgFundingCategory]

    it i got...

  • RE: Scheduled SSIS Package success but fails

    Yes i ran into all sort of issues with permission. I was reading, writing and deleting files in the operating system and at one point it even complain that...

  • RE: Report Builder

    No ..it's not the results order that is the issue.

    The list a paramater for the report. Users use it to select a suburb to filter the report on.

    In design...

  • RE: Web Service Control

    Sorry I just noticed my embeded xml didn't get through so the message become nonsense.

    Here is the story

    I have a web services which returns data and stores it in an...

  • RE: Configurationfile

    do you mean db_dtsadmin role as i can't find a db_ssisadmin role

    the db_dtsadmin is a default role

    where can i find db_ssisadmin I score a blank on books online...is it...

  • RE: Configurationfile

    No i have't yet. I ran into other issues

    My package needs to read wsdl files and saves the web services data temporarily to a xml file.

    I started getting access denied...

Viewing 15 posts - 1 through 15 (of 19 total)