Forum Replies Created

Viewing 15 posts - 1,381 through 1,395 (of 1,884 total)

  • RE: Question of the Day for 25 Jul 2005

    I found this article when preparing to the answer, it says:

  • Parallel execution: Though MARS enables more than one request to be submitted under the same connection, this does not imply...
  • RE: Query limited to 23 or less rows

    That is cool!

    It may be related to data as well. Reorganizing a physical order of the rows may push a bad row closer to the end of the table (in...

  • RE: Connections to Named instance not working

    John,

    I am glad it worked for you.

    Yelena

  • RE: Automate New Logins Creation

    Good Article.

    I agree with Bryant Byrd who suggests running xp_cmdshell. I would run it as a last step to run a VB script to send SMTP email to a user...

  • RE: Vacation!!

    To: lalibert16

    Thanks Erik!

    Yelena

  • RE: Full Restore to Virgin Server

    Simon,

    master will be able to start in the new location only if the startup parameters in the registry point to the correct location. For SQL Server 2000 it should be...

  • RE: Full Restore to Virgin Server

    Simon,

    If you are planning to implement the SAME file path on the new server including the drive letter you may be able to:

    - Install the same service pack /patches on the...

  • RE: Connections to Named instance not working

    Hello John,

    when you say "I have checked that I have access to the port numbers used by SQL Server" do you mean 1433 / 1434 or you mean port numbers...

  • RE: Windows login information

    Hello,

    I would advise to give a login to Windows group.

    Then change the connection string to use integrated authentication, see http://www.connectionstrings.com for syntax.

    Then use one of the following:

    Select suser_sname(suser_sid())

    select...

  • RE: Vacation!!

    GPF2^192 and Remi,

    Thanks for your replies!

    I  looked up LaRonde  park and will plan something. Let me know if you if you may think...

  • RE: Understanding Object Ownership

    Hello,

    This is a good research work, thanks.

    I would also add that when a database is restored / moved from another server the db owner changes in most cases unless it...

  • RE: Vacation!!

    Remi,

    Aren't you form Canada? I am planning my vacation, are you by chance anywhere close to Montreal ? I need an advice on what could be really entertaining for 12...

  • RE: Default database is wrong, but can''''t fix it.

    Hi,

    You have to explicitly set the default database. It is different then giving an access to the database. In EM, login properties Default Database  is on General tab and Database...

  • RE: Query limited to 23 or less rows

    Ian,

    Did you try OLEDB driver instead of ODBC in VB? Go to

    http://www.connectionstrings.com/

    expand SQL Server and then OLEDB nodes. There will be a string that lets you to specify...

  • RE: How to access SQL EM from command prompt?

    Hello,

    If you do Start->Programs_MIcrosoft SQL Server and RIGHT CLICK the entry for Enterprise Manager and select properties it would show you a shortcut for EM. It is:

    C:\WINNT\system32\mmc.exe /s "C:\Program Files\Microsoft...

  • Viewing 15 posts - 1,381 through 1,395 (of 1,884 total)