Forum Replies Created

Viewing 15 posts - 1,336 through 1,350 (of 2,267 total)

  • RE: Auto capitalization of reserved words

    Have a look at SQL prompt from Redgate, this should have what you are looking for

  • RE: virtualization

    We use Virtual Box from SUN

    http://www.virtualbox.org/

    I perfer it to VMware, as it is free and can run on a lot of different operating systems, this suits us...

  • RE: Laptop life span

    Have you looked at the possibility of removing the HDD and extracting the information from there? or is it completly fried ?

  • RE: Non Clustered Index

    Though that may be the max allowed limit in SQL server the pratical limit would be a whole lot lower, I don't think i have ever seen a table...

  • RE: Naming Conventions Standards

    roelofsleroux (7/15/2009)


    So Steve what your saying is that if I use sp_Setvalue it will cause the problem but not when I use spSetvalue (without the underscore)?

    yes pretty much, not sure...

  • RE: Naming Conventions Standards

    sp_SetValue

    is not recommended as it may take longer to process as SQL server will think that it could be a system stored procedure.

    also you can not guarantee that future versions...

  • RE: database mirroring

    susan.susan28 (7/15/2009)


    I dont have much experience with standard edtion.Yes i need sysnchronous without witness but when the principal is down how the mirror side we can make as principal and...

  • RE: FAcing loading issue in SSIS package

    You can do this in SSIS easily,

    what is the common column between the tables that you can join on?

  • RE: Job Interview Questions

    I dont think you were expecting too much, everyone should have least got the first one, and I have seen very similar repsonses when interviewing people. It seems that...

  • RE: Lock and Unlock Tables

    What do you mean by 'Lock the table' ?

  • RE: Naming Conventions Standards

    I do not use prefixes for object names for the reasons stated above, also I use SQL prompt and I find that the use of prefixes does...

  • RE: how to "write back" to database with Reporting Services 2005?

    You may find it easier to use some T-SQL to perform this task as i am sure it is not possible using Reporting services, also there are a number...

  • RE: Load balancing in Replication

    Also be aware that peer to peer transactional replication is available only in SQL Server 2005 Enterprise Edition (it may work on 2008 i am not sure)

    So...

  • RE: SQL 2005 initial DB size

    If the databse if 175gig , how much free space do you have available? as this will determine how much the db can shrink..

    you can use

    SP_spaceused

    to check unallocated...

  • RE: transactional replication

    charipg (7/2/2009)


    That table have a identity column.should i delete identity property?

    Is the identity column your primary key? if so i would not delete it, Identity columns can...

Viewing 15 posts - 1,336 through 1,350 (of 2,267 total)