Forum Replies Created

Viewing 15 posts - 16 through 30 (of 107 total)

  • RE: How to start the SQL Profiler Automatically

    I have scripted the trace I have created. But when i try to run the script I am getting this error:

    Windows error occurred while running SP_TRACE_CREATE. Error = 0x80070003(The system...

  • RE: How to Create and Start SQL Server Trace Automatically

    I am sorry I can start a new thread.

    To answer your question:

    Yes, I have started and stopped the profiler trace before scripting it.

  • RE: How to Create and Start SQL Server Trace Automatically

    Sounds easy.

    But i was unable to script it.

    I went to file menu and then opened file and went to script file.

    It is not working.

  • RE: Access to Reporting Server

    It worked.

    1.Go to Folder Settings.

    2.Add New Role and give Content Manager role.

  • RE: File System task

    Thank You opc.three .

    Your expression worked like charm.

  • RE: File System task

    I am sorry for not being clear .

    This what i did:

    1.Right click on the package and clicked variables.

    2.to the left of a package you will see variables

    3.i have added...

  • RE: package to send a FTP file

    I found the error when i ran ssis package on the server (our server) .

    The error says we cannot create the file if the file already exists on the destination...

  • RE: DBCC Checks

    I did table lock on my database and saw couple of errors for the table named 'temp_shipbad' so i did a restore everything works fine now.

    I have scheduled these DBCC...

  • RE: DBCC Checks

    I ran dbcc check with estimateonly and i got:

    Estimates tempdb space needed for CHECKALLOC(KB):

    2182

    Estimates tempdb space needed for CHECKTABLES(KB):

    224267

    Now i will i know the tempdb space of the database...

  • RE: Installing Sql Server on new server

    Yes we do have reporting services and reporting database that support ssrs .

  • RE: getting error while recreating constraints.

    i am sorry i didnot notice that There is one dependent foreign key constraint to the ABC table ID column.But i have dropped that too while deleting the rows the...

  • RE: SSRS --The server doenot exist

    I have changed the datasource and it worked,but the problem i am having right now is different.

    I have scheduled and subscribed the report to send me a mail and...

  • RE: SSRS --The server doenot exist

    I have changed the server in data source in report manager and BIDS and it worked .

    now i want to schedule this report and send mail .

    is it possible using...

  • RE: SSRS --The server doenot exist

    Perry Whittle (11/15/2010)


    BIDS executes under your windows user account so that will be golden 😉

    Edit the data source properties in SSRS to execute in your preferred fashion (windows account, sql...

  • RE: SSRS --The server doenot exist

    Its my mistake the data source name in the server is not matching to the datasource in the BIDS ,so i have changed the data source name .

    But i got...

Viewing 15 posts - 16 through 30 (of 107 total)