Forum Replies Created

Viewing 15 posts - 13,411 through 13,425 (of 13,429 total)

  • RE: copy blob (text field) data from one server to another

    I believe I picked this up as one of the scripts submitted to the site;

    there's an export and inport function below; i never tested this myself:

     

    --**************************************

    --    

    -- Name: Procedure to...

  • RE: How to TEST if statistics should be updated.

    I guess I should clarify; The Process in VB takes 30 seconds; the process runs hundreds/thousands of similar queries,one for each transaction it tries to post to the accounting tables,...

  • RE: How to TEST if statistics should be updated.

    unfortunately, the db is in another state, and administered by a dba there; I was trying to diagnose issues by remote;

    both Auto Update Statistics and Auto create Statistics are turned...

  • RE: Case Sensitive vs. Insensitive

    To expand on this issue I was hoping to read more specifics, and followed up on this myself:

    If I was creating a new database, what collation would I use to...

  • RE: Does Clustering add newid columns to all tables?

    I'm certainly no expert on the issue, but from what I gather, this program "clusters" two SQL servers, but they do not need to share the same storage location...it allows...

  • RE: SqlServerCentral.com... The Book?

    I received my book the same time that SQLBill did; thanks everyone.

    It's time to beat your own drum though... i noticed that on the site that covers books and reviews,...

  • RE: Identifying Duplicates (Not the usual)

    I think you'll have to use more than just the customers first and last names to cull duplications out.

    I would think that it would be very easy to have...

  • RE: Log Shipping Error

    You might want to check your backup strategy.

    I bet it started at 4am and your database was locked because of it.

    That might be the root cause of your failure.

    Lowell

  • RE: Rename SQL Server Instance?

    Thanks Allen That's good to know; maybe Brian Knight could update his article to mention something about how it is not possible to rename SQL server Instances;

    It would make...

  • RE: find a the date of birthday fix my code

    This does what you wanted; the select at the end shows how you can find the # days before /number of days until the users next birthday:

    CREATE VIEW UserBirthDay

    AS...

  • RE: QOD july 15 : order by in a view

    OK I'll bite;

    I've never seen anything like WITH TIES;

    I looked to see if it was a query hint, but it looks like its a named set, right? i found something...

  • RE: Connect Error

    I found an answer from a Microsoft Guru that seems to explain how to fix your issue:

    Hope it helps:

    From: "Bill Hollinshead [MS]" (billhol@online.microsoft.com)

    Subject: RE: SQL 2000 Enterprise manager unknown error...

  • RE: Comparison of two tables

    there's at least 3 scripts in the script library of this site that compares table structures; i used "Compare Tables" in the search engine to find them here, and this...

  • RE: Backing up deleted Data from several tables

    Other's have suggested this and it's worked well for me;I take no credit for the idea itself: The question is can you change the way the data is "deleted" ....

  • RE: Need a Set-based way of number rows

    Info you are going to use a temp teable, then the Identity() function might help you out. I've used it before and It provides the identity field for the column....

Viewing 15 posts - 13,411 through 13,425 (of 13,429 total)