Forum Replies Created

Viewing 15 posts - 1,666 through 1,680 (of 2,010 total)

  • RE: Export Multiple tables to compatible outout format

    what about using bcp to dump out each table to a text file and then either zipping/tarring/raring all the files up into one file to be archived for your time...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: osql

    There's an old windows admin tool called hyena that you can use to help generate scripts and .bat/.cmd files to do this type of thing.

    I'd suggest a WMI script to...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Moving to new domain (Enterprise Manager Settings)

    Have a look at the following and see if it helps you.

    http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=148608

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Time Off

    It's a toss up, either drive to Pittsburgh and see some old friends, or stay at home and brew a batch of Wie Heavy for this winter and enjoy some...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Dumping SQL Server

    I personally have worked with PostgreSQL and quite enjoyed it. There were a few growing pains at first, but eventually it just became a rock solid platform for us...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Forum text editor.

    I'd be surprised if the folks from Red Gate couldn't come up with a way to integrate the simple Talk SQL Prettifier http://www.simple-talk.com/prettifier However it would be great to...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Difference Between CASE and IF

    Yeah I'd thought about that, but that application already handles that logic, before it sets up the values it sends over to the stored procedure. I know I should...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Difference Between CASE and IF

    Yeah I've already trimmed it down below 3 secs which is more than acceptable, but I'm just looking to see if I can do better than that. Also, it's...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: @@identity vs Scope_Identity()

    Yeah the code I'm working on has been in production 5 years or so... And it's not like it was upgraded from SQL 7 hence the @@ identity. ...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: @@identity vs Scope_Identity()

    Thanks for confirming my suspicions. I was mostly just curious that it didn't appear as a step in the new execution plan as I assumed it would have, because...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Difference Between CASE and IF

    That was just sample data. It's another varchar value that gets stored. I just didn't feel like typing out the whole thing. Thank you though.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Difference Between CASE and IF

    I guess that's what I'm trying to get at... There will only ever be 1 of 2 values passed into this stored procedure because of validation that is happening in...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: SQL Server does not exist or access denied.

    Then that would seem to be your problem. In your connection string, you are sending a user name and password instead of the integrated windows authentication information.

    Have a look...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: help with a query

    How will you know what dates you are tyring to calculate?  will they be passed in from your application? 

    Is this something that is the result of a process that...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: SQL v7.0 Damaged CD / Move to SQL2005?

    Another avenue to get another SQL 7.0 CD would be if you could find an old set of MSDN CD's or if you're currently licensed with an MSDN subscription you...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

Viewing 15 posts - 1,666 through 1,680 (of 2,010 total)