Forum Replies Created

Viewing 15 posts - 9,076 through 9,090 (of 26,490 total)

  • RE: FULL DB backup job

    Have you checked on the Quest site for information regarding the error? You might find more information there.

  • RE: Tally OH! An Improved SQL 8K “CSV Splitter” Function

    John Hardin (12/30/2012)


    L' Eomot Inversé (12/30/2012)


    Jeff Moden (12/28/2012)


    If you look at the execution plan, it doesn't actually use the "same list". CTEs have some wonderful advantages but they also...

  • RE: Fragmentation size

    zi (12/30/2012)


    Thanks for replying

    Do you have a script to know the fragmentation size for the whole database not only table by table.

    Thanks lot

    To repeat:

    GilaMonster (12/26/2012)


    zi (12/26/2012)


    1-1-How to know the fragmentation...

  • RE: Database restore issue

    sanandh87 (12/30/2012)


    Please help me to resolve this issue..

    It is a permissions issue. You will need to check the permissions of the file on your system and resolve it such...

  • RE: Database restore issue

    Looks like a permissions issue on the mdf file.

  • RE: Database restore issue

    sanandh87 (12/30/2012)


    I have tried to with ldf file also. I got the same issue.

    Below the steps i followed to restore the database from disc.

    step 1 : Logging sql server

    step 2:...

  • RE: Database restore issue

    You are trying to restore the mdf file. You need to attach the file to your server such that it recreates the ldf file. Not sure how you...

  • RE: joining to sql during openquery call to MySql

    TryingToLearn (12/29/2012)


    I now need to turn this into a insert statement, calls_key a the primary key and i'm getting a new error on that issue. Can you help on that?

    Thank...

  • RE: joining to sql during openquery call to MySql

    I would say something like this should work. I don't have a linked server of any kind on my system so I can't test it:

    SELECT

    dept = e.dept,

    fname = e.fname,

    lname...

  • RE: joining to sql during openquery call to MySql

    TryingToLearn (12/29/2012)


    i am querying a MySql view for data, but need to join to a sql table for three additional fields.

    SET IDENTITY_INSERT CALLSNEW ON

    INSERT INTO [cas].[dbo].[CALLSNEW]

    ...

  • RE: Reg: Date Inerval

    John Mitchell-245523 (12/28/2012)


    CELKO (12/28/2012)


    Here is atrick weith a calendar table.

    CREATE TABLE Calendar

    (cal_date DATE NOT NULL PRIMARY KEY,

    julian_business_nbr INTEGER NOT NULL,

    ...);

    INSERT INTO Calendar

    VALUES ('2007-04-05', 42),...

  • RE: Testing other functions of splitting strings

    Dirk vd Watt (12/28/2012)


    Hi,

    Can you please test your new functions' performance against the following function :

    CREATE FUNCTION [dbo].[ParseString]

    (

    @String VarChar(8000),

    @Delimiter VarChar(1)

    ) RETURNS TABLE

    AS

    RETURN

    (

    ...

  • RE: Formatting Data

    smthembu (12/21/2012)


    Hi All

    I need assistance with the below, attached pic is the table structure column (Client_User_Agent) I need to split data so that I can have the browser used and...

  • RE: Are the posted questions getting worse?

    Upgrading my SQL Server 2008 R2 Developer Edition to SQL Server 2012 Developer Edition. Finally purchaesed a copy on Amazon.com and just got it today in the mail.

  • RE: ORDER BY Should be same as my input in IN()

    toddasd (12/27/2012)


    Lynn Pettis (12/26/2012)


    Josh Ashwood (12/26/2012)


    All hail Celko!!!!!

    :smooooth:

    Please, do not encourage him! We want him to go haunt an Oracle site for a while.

    Speak for yourself. You let...

Viewing 15 posts - 9,076 through 9,090 (of 26,490 total)