Forum Replies Created

Viewing 15 posts - 31 through 45 (of 62 total)

  • RE: Append to File

    So hold on - are we saying that SQL has no native way of outputting data to a text file and appending the data? Is it just me or is...

  • RE: Litespeed vs Redgate SQL Backup

    Hi

    I trialled both these products (and others) recently and have just purchased the Redgate product as backup sizes were becoming an issue on some of our servers. The compression rates...

  • RE: Export XML to Formatted File

    Ah - thanks Bert, it does just what I need.

    cheers

    Gordon

  • RE: How to get notification when one node fails to another?

    The failover messages are written to the event log so anything that can report on that would do the job for you. It depends how much you want to spend...

  • RE: Master Restore with SQL Litespeed

    Thanks for that. Our DR involves rebuilding servers for scratch, hence to the need to restore master, then msdb, then user databases.

    I'll be teting out a SQL 7 master Litespeed...

  • RE: Master Restore with SQL Litespeed

    Thanks, I'll download and try it. I'm still interested to know about the master restore limitation of Litespeed though......

  • RE: Cant find database sysfiles

    I had the same problem where a DBCC SHRINKFILE command said it couldn't locate the entries in sysfiles even though they were there. Couldn't find a logical reason why but a stop...

  • RE: Remote Procedure Call

    It's pretty much me that manages the server! I don't think it's a SQL permission issue as I can execute the xp_loginconfig procedure fine - it's only when I'm trying...

  • RE: New servers - New locations

    Perfect! Exactly what I was looking for.

    Thanks

  • RE: Scheduled Package Name

    Thanks Nicholas - I see what you mean. However if the job and steps have had their names changed it doesn't match. I was also hoping for a more automatic...

  • RE: Starting SQL under Local Account

    Thanks Mike

    My domain account is a sysadmin within SQL and the local startup account is a local admin so permissions shouldn't be an issue.

    SQL logins will certainly work however...

  • RE: Current Procedure Name

    @@PROCID will return the id of the current stored procedure. You can then look this id up in the sysobjects table to find the procedure name.

    regards

  • RE: SQL name different from server name

    Thanks, it was a server alias.

  • RE: Monitoring Transaction Log Size

    We use dbcc sqlperf (logspace) to return the size of all the log files on the server.

    You could schedule this to run each morning or at intervals throughout the day....

  • RE: Slow running query

    Thanks for all the replies. Would you believe it "results in grid" was causing the problem. Sometime you look so hard the answer is staring you in the face.

    cheers

Viewing 15 posts - 31 through 45 (of 62 total)