Forum Replies Created

Viewing 15 posts - 3,751 through 3,765 (of 7,429 total)

  • RE: Backup Databases to a mapped Drive

    To verify the reason is permissions based or to get a more specific answer look at the window Event Viewer logs. There is usually more descriptive answer to the problem...

  • RE: update datetime field

    Just an additional comment here. I love triggers and use them often. However, I also have been moving more and more logic into Stored Procedures and away from the app...

  • RE: Server Group Help

    Server Groups are logical orderings you create in EM. They are stored in the registry. ServerGroups reads only from the local machines registry where the application is run. So on...

  • RE: help me

    Yes, using DTS you can process the file much easier and if you need to run every day you can schedule as a job thru SQL Agent which means you...

  • RE: reconfigure SQL Server

    This should do it

    quote:


    Moving the Model Database

    To move the model database, SQL Server must be started with trace flag 3608...

  • RE: help me

    Depends on several factors but the key is once you start an exe or bat SQL will not retain control over in many cases. One method is to use xp_cmdshell...

  • RE: LastBatch 1/1/1900

    I do believe all it means is the connection was made but no type of query or SQL Sommand has been run yet. Once one occurrs you should see an...

  • RE: Restoring Transaction Log

    Sorry, that is a different animal and I haven't had real time to experiment with it. I do believe you are on the right track thou, but I am not...

  • RE: Restoring Transaction Log

    You cannot restore a transaction log backup to an in progress DB. You also have to restore like so. Last Full backup first with norecovery, then each Tl backup in...

  • RE: MSDE and SP4

    Sorry in Enterprise Manager drill to the server you question, right click the server properties and look at Product Version this should match the @@version response you get but is...

  • RE: applying SP2 in Windows 95 environment

    Unfortunately I don't have 95 installed anywhere. But MS has started dropping support for 95 on many other tiems and even working on dropping 98 at this point, they may...

  • RE: MSDE and SP4

    No gotchas I am aware of but as for places else to look open EM drill to the server in Question and open Server properties. But you might also drill...

  • RE: Weird Behavior in SET ROWCOUNT with variables

    As long as you can place it within the Dynamic SQL and keep all in scope then yes. If not then you may need to create a #temp table which...

  • RE: Export from SQL to Excel - dynamic transformations

    quote:


    Antares, generated a VBScript to execute the process, and it worked successfully so far - I'll be keeping an eye on it...

Viewing 15 posts - 3,751 through 3,765 (of 7,429 total)