Forum Replies Created

Viewing 15 posts - 211 through 225 (of 260 total)

  • RE: Workflow on success in SQL Server 2005

    Hey Phil,

    Have you ever checked for deadlocks?

    Tony

    Things will work out.  Get back up, change some parameters and recode.

  • RE: Excel files with different names into SQLServer2k using DTS

    Hello,

    I just came across your post. This is fairly easy to do.

    You can loop through directories to get file names to import or just give a variable a name...

    Things will work out.  Get back up, change some parameters and recode.

  • RE: Error: "The item '/Data Sources' already exists."?!

    OK...pretty simple.

    These is a folder that has shared datasources. If in the properties you have Overwritedatasources set to false, it can't delete whatever folder you have designated in TargetDataSourcesFolder.

    Either...

    Things will work out.  Get back up, change some parameters and recode.

  • RE: How do you check to see if a template table exists?

    Thanks Ken

    That worked! I knew it was something small that I was missiing. However, it was driving me crazy when I couldn't find the answer through the articles...

    Things will work out.  Get back up, change some parameters and recode.

  • RE: How would you get rid of this cursor?!

    This looks interesting.

    Thank you.

    But I don't understand where you are getting 'comp' and 'table'. Are this variables?

    Tony

    Things will work out.  Get back up, change some parameters and recode.

  • RE: Do you need Dynamic SQL to query multiple databases?!

    Thanks guys.

    I am learning so much from this forum! I like to research and investigate and come up with a strategy or a thought. Then I bounce it...

    Things will work out.  Get back up, change some parameters and recode.

  • RE: Who deleted the rows?

    Gail,

    On the messages tab, I got:

    Msg 15123, Level 16, State 1, Procedure sp_configure, Line 79

    The configuration option 'default trace enabled' does not exist, or it may be an advanced option.

    ...

    Things will work out.  Get back up, change some parameters and recode.

  • RE: Who deleted the rows?

    Yes, Sir. SQL Server 2005.

    Tony

    Things will work out.  Get back up, change some parameters and recode.

  • RE: Who deleted the rows?

    Hello,

    I found this query and ran it. It returned 0 rows.

    SELECT * FROM ::fn_trace_getinfo(default)

    Thanks.

    Tony

    Things will work out.  Get back up, change some parameters and recode.

  • RE: Who deleted the rows?

    Hello,

    I'm getting:

    Msg 208, Level 16, State 1, Line 1

    Invalid object name 'fn_trace_getinfo'.

    Tony

    Things will work out.  Get back up, change some parameters and recode.

  • RE: How would you get rid of this cursor?!

    The message says

    (2 row(s) affected)

    begin transaction;

    Insert into CE_CUSTOM..GL_Transactions

    (

    SOURCEINTERID,

    SOURCETBL,

    DEX_ROW_ID,

    SOURCDOC,

    OPENYEAR,

    OPENMTH,

    OPENDAY,

    ACTINDX,

    ACCTTYPE,

    ACTNUMBR_1,

    ACTNUMBR_2,

    ACTNUMBR_3,

    ACTNUMBR_4,

    ACTNUMBR_5)

    Select '

    (2 row(s) affected)

    The two rows affected are:

    GL20000

    GL30000

    Those...

    Things will work out.  Get back up, change some parameters and recode.

  • RE: How would you get rid of this cursor?!

    So I am running into some difficulties when running the script.

    1) I first have to get a result set of the available companies. This is from the beginning...

    Things will work out.  Get back up, change some parameters and recode.

  • RE: How would you get rid of this cursor?!

    Wow!!

    GSquared, this is whole new territory for me. I am going to do some tests and try this example.

    Thanks so much for your help, ideas and getting me going...

    Things will work out.  Get back up, change some parameters and recode.

  • RE: How would you get rid of this cursor?!

    I've never heard of that before. Creating a table with dynamic strings? Let me try to create a table and see if I understand what you are saying.

    Thanks...

    Things will work out.  Get back up, change some parameters and recode.

  • RE: How would you get rid of this cursor?!

    It may be, but I think the problem is scrolling throgh the resultset one at a time.

    We get a company from the initial resultset, query the GL20000 table and insert...

    Things will work out.  Get back up, change some parameters and recode.

Viewing 15 posts - 211 through 225 (of 260 total)