Forum Replies Created

Viewing 15 posts - 61 through 75 (of 98 total)

  • RE: sql server aliases

    Oracle_91 (4/26/2011)


    Hi,

    What is the difference between creating an Alias using SQL Configuration manager and creating an Alias using SQL Server client Network utility?

    Does both come along with SQL Server 2005...

  • RE: New company set up as last years financial data????

    can you try to be more precise about your problem. Sothat we could help you in that direction..

  • RE: Loop through multiple tables

    It seems that you want a script which could read through the text files and dump the data into tables into sql server.

    If , my understanding is correct , then...

  • RE: Creating index on large table

    you can also use SORT_IN_TEMPDB =ON option.

    It might make your index rebuilding operation faster if the data files of your tempdb database

    is on a different set of disks. But...

  • RE: Moving TEMPDB

    sorry i guess i am late to reply the above solution...

  • RE: Moving TEMPDB

    Jpotucek (1/14/2011)


    Not really sure what to do at this point..

    C:\Users\isjxr18>sqlcmd -s kocsql05\sharepoint

    HResult 0x2, Level 16, State 1

    Named Pipes Provider: Could not open a connection to SQL Server...

  • RE: Database size issue

    the.hank (1/14/2011)


    I shrink my bith .mdf file and .ldf file but the .ldf file size increased tremendously from 7 gb to 20 gb. althoug the mdf file went...

  • RE: can I get SQL Server Management Studio 2005 Express to connect to SQL Server 2008 Express databases

    Deepak Sahu (1/14/2011)


    Could anyone throw somelight on , SQL Server Management Studio 2005 Express can connect to SQL Server 2008 Express databases?

    The straight forward answer is no unless you upgrade...

  • RE: can I get SQL Server Management Studio 2005 Express to connect to SQL Server 2008 Express databases

    Deepak Sahu (1/14/2011)


    Could anyone throw somelight on , SQL Server Management Studio 2005 Express can connect to SQL Server 2008 Express databases?

    The straight forward answer is no unless you upgrade...

  • RE: Execute sql without writing on transaction log

    naresh.talla (1/13/2011)


    after ur rebuild index/reorganize, you scheduled shrink database log then after take a full database backup

    I have a few question here..

    1. will shrinking always shrink your log file...

  • RE: Data Archiving in replicated database

    I have had a similar situation where my database was growing to nearly 1 TB and we were having some performance issues because a few of my tables were nearly...

  • RE: Lock pages in Memory

    sqldba_icon (1/12/2011) I am runnning sql 2005 64 bit std edition with Sp3 + CU10 ..do i still need to enable the trace flag?

    To Avail the benefits of Lock Pages...

  • RE: Lock pages in Memory

    Ideally it should get a seperate Windows domain Account created with limited previleges and then you should grant the lock pages in memory right to that user.

    This will...

  • RE: Database mirroring

    I will have a few questions from you which will help me to understand your problem a little bit more clearly.

    pls. metion the following information.

    1. is your prinicipal, Mirror and...

  • RE: Databse doen't show up in the Instance??

    SKYBVI (1/12/2011)


    can you check if the auto_close_on ( db options) is enabled?

    It has nothing to do with auto_close database option.

    david.alcock (1/12/2011)


    I wonder if you can USE DISTRIBUTION from a...

Viewing 15 posts - 61 through 75 (of 98 total)