Forum Replies Created

Viewing 15 posts - 436 through 450 (of 860 total)

  • RE: Defualt max memory used by SQL server when AWE/3GB is not enabled in 32 bit.

    Joy Smith San (5/24/2011)


    Hi All,

    One of our client is having a server with the following,

    Windows 2003 (32 bit).

    SQL Server 2005 with SP3 (32 bit)

    Memory is 8 GB.

    Neither 3Gb nor AWE...

  • RE: Detached DB in Temp folder

    Check the Backupset and backupmediafamily tables in msdb.

    You will get the recent backups.

  • RE: select * from tablename$

    river1 (5/24/2011)


    Hi,

    I have imported data from excel to SQL Server. SQL created a table named sheet1$ and now i can't make the select from it.

    It seems that i can not...

  • RE: unable backup to c drive

    jimmy 97469 (5/24/2011)


    Hi There,

    Lately I've installed new server with downgraded to windows 2003 server, and I am using Sql Server 2005 Express with custom internal application. I noticed that the...

  • RE: AWE setting.

    Joy Smith San (5/24/2011)


    Hi Expertrs.

    Windows Server 2003, 32 bit.

    SQL Server 2005, Service Pack 3.

    8 GB RAM.

    Don't I need to enable AWE inorder for SQL Server to use more than 2...

  • RE: SQL Server Port Number Identifier

    M A Srinivas (5/24/2011)


    When I run on my instance (dynamic port) this gives null . Not much use

    Following gives the port

    declare @tcpport varchar(1000),@value varchar(250);set @tcpport = 'SOFTWARE\Microsoft\Microsoft...

  • RE: Restoring master database

    Sumanta Roy (5/23/2011)


    I want to restore master database in SQL server 2008. I have changed the startup parameter to logon as s single user mode. But while connecting through SSMS...

  • RE: sql server agents

    kishorechowdary.erp (5/23/2011)


    we are using sql server 2008 express edition.in that sql server agents are not installed how i install sql server agents?please give the suggetions

    please see the attachment

    You can't use...

  • RE: Database mail

    srinath.vanama (5/23/2011)


    Hi all,

    am facing a sort of problem in database mail, after sending a test mail from Management-->Databasemail-->send test mail.

    Later i fired a query like select * from sysmail_log. am...

  • RE: Database Mirroring ( Principle , disconnected)

    Glad to see this. Thanks for your respond.

  • RE: How to find location of backup files

    beejug1983 (5/22/2011)


    Muthukkumaran, thanks for your prompt reply, it really helped me. 🙂

    Glad to help you.Your welcome.

  • RE: How to find location of backup files

    beejug1983 (5/22/2011)


    Hi,

    If someone has backed up the databases and placed the backup files to location other than predefined location, how can I know the location of backup files.

    Thanks...

  • RE: Database Mirroring ( Principle , disconnected)

    Did you checked the application log and sql server error log for the both servers?

    What is error are you getting?

    @SQLSoldier is will help you.He is specialist in database mirroring.

  • RE: how to alter column to add identity>??

    Tiya (5/21/2011)


    Hi,

    I am trying to alter a column to make it identity but getting error message:

    Msg 156, Level 15, State 1, Line 2

    Incorrect syntax near the keyword 'identity'.

    Here is my...

Viewing 15 posts - 436 through 450 (of 860 total)