Forum Replies Created

Viewing 15 posts - 46 through 60 (of 207 total)

  • RE: Threat - DBO

    In the production environment, No one gets Db_owner rights. No one. Now in a development environment, I tend to be more lax as I don't want to be...

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: Kill/Rollback : SPID 260: transaction rollback in progress. Estimated rollback completion: 0%. Estimated time remaining: 0 seconds.

    This could take a while depending on what the process was doing. I've seen them take hours, so be patient, or you will end up with a suspect database

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: Unable to connect sql server

    Also could be a resource problem. First thing I'd check is if you yourself can connect. If you can, then it's time to walk the road of network...

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: What sort of style of SQL is this?

    Ansi joins are the way to go, they are much easier to understand for all databases.

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: Putting all your data in one column of one table

    Agree with others here. Of course, this is a good way to ensure job security as someone will have to clean this mess in the future

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: Database Creation

    Remember,

    Setting a good size now will prevent file fragmentation. Also, remember to spread your file groups across different physical drives if possible. Some use autogrow, I tend not...

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: Knowledge Transition for DBA

    Terry (I learned from Steve's mistake)

    That is a good list. The only thing I would add is any known growth/data bases in the pipeline. A DBA should always...

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: Selecting Latest Date

    Gavin

    Please include the DDL for your table, that helps a person determine how to self join the table and get the results you need.

    Thanks

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: How to create a excel dynamic?

    Lisset

    What is happening is that you need to remap the source to target mappings, once that is accomplished the error should disappear.

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: Is T-Sql really that hard to learn?

    Calm down...it's the nature of the beast. Some programmers take writing SQL Code for granted, and as long as they get the data eventually they are happy. Remember,...

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: How to create a excel dynamic?

    Place the expression in the ExcelFilePath property. Connection strings are for OLEDB type of connections, whereas the excel file path is the physical path of where the file actually...

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: Tab delimited Output

    Alex

    You can set the column delimiter in the SQL Server Import/Export wizard, the first screen is choosing the data source (SQL Server), second is choosing a destination which in this...

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: How to schedule a query to run daily

    Nicole

    The above mentioned way is the preferred way to do this. To create a Job in sql server, right click on the jobs folder under the sql server agent...

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: Stupid full Backup error

    ONe question, are you backing up to a network drive. If so, bad choice as any small blip on the network will cause your backup to fail. Try...

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: update value from the max date value

    Lynn

    Thanks for the update, also change the last block from @DateB to @DateC. I either had fat fingers or brain freeze. It's only 11 so brain freeze should...

    Marvin Dillard
    Senior Consultant
    Claraview Inc

Viewing 15 posts - 46 through 60 (of 207 total)