Forum Replies Created

Viewing 15 posts - 766 through 780 (of 1,884 total)

  • RE: Move model database on SQL Server 7.0

    Why do you need to move Model?

    Regards,Yelena Varsha

  • RE: Find out is SQL Server services are running by TSQL Query

    Well,

    How do you submit an SQL Server query that queries "if SQL is running " if SQL server is not running for the first place and you can not run queries!

    I...

    Regards,Yelena Varsha

  • RE: Storing Money Datatype (Value and Type in same column)

    I would not recommend storing multiple types in one field. Normally the application retrieves the locale of the computer and based on this locale settings modifies data for input or...

    Regards,Yelena Varsha

  • RE: UID in SYSUSERS change During DTS

     

    1. For SQL Logins: on the test /development servers create logins that have the same SIDs as on the production. Use SID instead of UID for your user table.

    OR

    2. When...

    Regards,Yelena Varsha

  • RE: Error trying to run query across servers

    Cory,

    I had THE SAME problem when connecting by Openrowset to several servers from any of my SQL 2000 servers. Connection to some servers was successful and when connecting to other...

    Regards,Yelena Varsha

  • RE: Scheduled DTS package fails to run after changing ''''sa'''' password

    I had this very problem in 2004 and I have steps to reproduce it. Read below. I even reproduced the problem without any SA just with any sysadmin login. The bottom...

    Regards,Yelena Varsha

  • RE: Tool to move db objects/run scripts on scheduled basis

    Both replies from Luke and Bill are technically correct if you would be talking about the same job on a regular basis. As I understand your post, this is not...

    Regards,Yelena Varsha

  • RE: Transactions across multiple databases

    There are several tools that can help you:

    1. SQL Server 2005 Service Broker

    2. Microsoft Biztalk Server

    3. Distributed Transaction Coordinator that helps with linked servers, OPENROWSETs, updatable distributed views etc....

    Regards,Yelena Varsha

  • RE: Backing up using UNC paths in 2005

    I would check the security log on the server where the backups are supposed to go. It will show who is trying to access your share. You run your Management...

    Regards,Yelena Varsha

  • RE: send mail from SQL 2K STD Edition.

    SQLRep,

    did you put the name of your SMTP server instead of words 'put your SMTP server here' in Neil's script?  This message is coming up when the script can not...

    Regards,Yelena Varsha

  • RE: Added current date in reportname

    I don't know how to do it in Reporting Services. I can suggest the workaround as outputting this report on the disk, renaming it by running a DOS or VBscript...

    Regards,Yelena Varsha

  • RE: Data Driven Subscriptions

    I use VBscript with Named Arguments where I pass the configuration file name. This configuration files contains 4 lines: TOaddresses, SubjectText, BodyText and Attachments. We do have to have 1...

    Regards,Yelena Varsha

  • RE: Question of the Day for 01 Jun 2006

    In addition to the correct answer should not be AWE or 3GB switch enabled in order for one of the instances to use 4GB of memory? I know that in...

    Regards,Yelena Varsha

  • RE: redirecting a Linked Server

    I think a good solution may be a client network utility entry. Create an entry for your development server with the common name for 2 servers like MyCurrentServer. Create  linked...

    Regards,Yelena Varsha

  • RE: OPENROWSET

    Openrowset is somewhat using DTC (Distributed Transaction Coordinator). Try to go to the Control Panel->Administrative Tools->Component Services -> Computers ->My Computer. Right-Click on My Computer (in Component Services) go to...

    Regards,Yelena Varsha

Viewing 15 posts - 766 through 780 (of 1,884 total)