Forum Replies Created

Viewing 15 posts - 5,581 through 5,595 (of 9,722 total)

  • RE: Application is unable to connect to the database.

    SVR (7/13/2011)


    It is SQL server 2008. The application is installed on the server it is trying to access. Using a system DSN to connect to the db. And the system...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Multiple filegroup is a best option in Database Designing

    Glad I could help.

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Today's Random Word!

    Kiara (7/12/2011)


    crookj (7/12/2011)


    SQLRNNR (7/12/2011)


    Armageddon

    Pour Some Sugar on Me

    Sugar Sugar

    Honey Honey

    Buzz

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Application is unable to connect to the database.

    Check the server Event Viewer logs (especially Security) for around that time frame. What do they say?

    The connection string would be helpful. Maybe a screenshot of the error as well.

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Multiple filegroup is a best option in Database Designing

    dilipd006 (7/13/2011)


    that means Even if i use different filegroups there is no improvement in DB performance if I don't use different physical disk drive right.

    Pretty much.

    Is there any improvement...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: How to check image is exist in table

    Koen Verbeeck (7/13/2011)


    As it can become quite a long binary string, you can also try converting the image to a hash value, which allows easier comparison:

    WHERE HASHBYTES('MD5', cast(ImageColumn1 as varbinary(MAX)))

    =...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (7/13/2011)


    Gianluca Sartori (7/13/2011)


    Here he goes again.

    I didn't notice it from the start.

    Funny. 🙂

    Which actually brings this thread back on topic! :w00t:

    NO!!!!!!! Say it ain't so!!!

    We can't have...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Are the posted questions getting worse?

    Can someone with Image data type experience please double-check my advice on this thread?

    http://www.sqlservercentral.com/Forums/Topic1140743-391-1.aspx

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: How to check image is exist in table

    First, I recommend changing that Image data type to a VarBinary(MAX) data type. Image is deprecated in SQL Server (has been since 2005) and will go away in a future...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Multiple filegroup is a best option in Database Designing

    If you put Read Only data on a different file group, you can actually change your backup options to only backup the Read-Write filegroup. However, that changes your recovery strategy...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Is computed column more rapid than selects in select?

    ashkan siroos (7/13/2011)


    1- If I use a computed column against SELECT COUNT(1) FROM ValidationError ... What will happen? which one is faster?

    The only way to know is to try...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: How to check image is exist in table

    You don't use DDL to check that an image exists. You give us the DDL (the CREATE TABLE statement) to show us how your table is designed so we can...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: CURRENT_TIMESTAMP vs GETDATE()

    Abhijit More (7/13/2011)


    There is no difference in CURRET_TIMESTAMP / GETDATE() / SYSDATETIME(). all these function returns the date time of machine running SQL Server.

    Careful with that assumption. Since SysDateTime is...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Data Warehouse SQL Server 2005 Configuration

    Before you take Howard's advice, consider this:

    Will the datawarehouse always be 100 MB?

    It is my experience that datawarehouses tend to grow exponentially, especially if there is more than one...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: EXISTS/NOT EXISTS Help please!!!

    What exactly do you mean by "core range"?

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

Viewing 15 posts - 5,581 through 5,595 (of 9,722 total)