Forum Replies Created

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

  • RE: Stored Procedure Replication

    Is sp_addscriptexec only visible in 2000? I don't see it in my SQL 7.

  • RE: Stored Procedure Replication

    On another note, the DTS doesn't let me select the system tables in the destination (its SQL 7). Have I just missed something here?

  • RE: Stored Procedure Replication

    What would the DTS package look like that's been described? Would it just be copying the appropriate syscomment and sysobject rows to the new database?

    Any code samples...

  • RE: Duplicate Records

    If you were to use IsNull earlier and if it is a NULL, converting it to a date that is sure to be outside of your range, it could solve...

  • RE: SQL Mail in SQL 7.0

    I should also point out that I'm able to send mail through, but only if it doesn't have a @query=. Text messages seem to work okay.

    AndreQ

  • RE: How much time each task takes

    Yes, my statement in the first line of the first message was that I was running SQL 7.

    Does anyone know of a way that I can do this...

  • RE: How much time each task takes

    Maybe we're running a different kind of SQL server. The only related type tables in our MSDB database are sysdtscategories and sysdtspackages. There is nothing about any log...

  • RE: How much time each task takes

    My SQL Server tells me that package logging is only available in 2000. I'm running SQL 7. Nice idea, though.

  • RE: How much time each task takes

    Is there a way for me to save this information? The load on the server is lighter overnight when its run and that's the time I'd like to have knowledge...

  • RE: Advertisements

    Fair enough. Many, many sites have the motioned ads.

    How about moving them to the right where I can then shrink my window away from them? Check...

  • RE: How to pronounce SQL

    Back to the original question. The story goes is that Codd came up with an earlier version he called QL or "Quel," for Query Language. The next time around...

  • RE: making a binary into a string

    Never mind. I just found

    master.dbo.xp_varbintohexstr

  • RE: return value from exec(string)

    The code that I'm dealing with requires a prefix that may or may not be there. The suffix is just a straight counter with leading 0's.

    I would...

  • RE: return value from exec(string)

    No, you're not.

    Your last response gives me some good ideas for future projects, but the website that I posted in my last response (the one about temporary tables)...

  • RE: return value from exec(string)

    The example I gave was not the best in that it immediate brought up questions of why I was trying to generate the key in that way in the first...

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