Forum Replies Created

Viewing 15 posts - 18,166 through 18,180 (of 19,560 total)

  • RE: Need help with direction for a project (data mining)

    You're welcome

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Conversion of nvarchar to string

    adam 19559 (1/13/2010)


    Hi There, thanks for getting back to me! After all the time i spent, you got way further then i did... i feel so average now lol

    In the...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Need help with direction for a project (data mining)

    RedGate has a tool called Data Generator - that may be of help.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Conversion of nvarchar to string

    I think you probably have the first one figured out.

    For the second date format, try the following:

    Declare @datestring nvarchar(100)

    Set @Datestring = 'Wednesday, 13 January 2010 11:48:44pm'

    Select CONVERT(datetime,right(@DateString,len(@DateString) - charindex(' ',@datestring)),112)

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Goal Tuesday

    I like your list - is it a Bucket List ;-)?

    I find it interesting to see some of your items. Ironman is still one of my goals. I...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: What NTFS Permissions are required?

    What kind of domain accounts? Are they domain admin or user accounts? What local groups on the server are the user added to on this server?

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Certificates

    JWOL (1/12/2010)


    What is the best practice for using certificates?

    1. Is it best to have one certificate per database, create a user from the certificate then grant that user whatever rights...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: security control

    Discretionary/optional would be what you deem best practices and necessary for your organization.

    Mandatory controls are the types of practices required to pass audits and keep your network, data and organization...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Designing security - SQL roles or Windows groups?

    Jack Corbett (1/13/2010)


    There are pluses and minuses to both methods. I think form a pure security standpoint using Windows Users/groups is more secure for login reasons and also easier...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Need help with direction for a project (data mining)

    info 68917 (1/13/2010)


    ...

    what i would like to do is to simulate say, 2000 more records to make the total count 3000. i would like to fill in this 'dummy data'...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Paul is giving away homework answers tonight.

    http://www.sqlservercentral.com/Forums/Topic846696-338-1.aspx

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Named instance

    manoharanpraveen (1/13/2010)


    Yes .you are right.

    I would keep the instance directory in C:\ Drive and use the 2 other drive assigned for data. am I right?

    If it were me, I would...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Dodge, Dip, Dive, Duck, and Dodge

    Nice editorial. And nice method of integrating it with your blog. Like I mentioned in your blog on it, I agree that there should be a certain level...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: How to determine why SQL Server Agent job failed?

    david.wheelock (1/12/2010)


    Pardon me while I dry this moisture from behind my ears. 🙂

    Further research revealed to me the (Right Click) > View History function. This revealed a permission...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    john.arnott (1/13/2010)


    It looks as though the resume-hunter has come around in attitude. Congratulations to Lynn, Gail, Gus and the rest of you for not only helping him/her with the...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

Viewing 15 posts - 18,166 through 18,180 (of 19,560 total)