Forum Replies Created

Viewing 13 posts - 1 through 14 (of 14 total)

  • RE: problem when loading the bulk insert data from csv file to sql table

    A lot of the time, the bulk insert scripts that people post are missing chunks of info because of certain string combo's get filtered automatically. It is easier for...

    I compare being a DBA to that of Smokey The Bear. Helping to prevent wildfires in your forest of servers and applications.

  • RE: problem when loading the bulk insert data from csv file to sql table

    I've sent you a pm on this one.

    I compare being a DBA to that of Smokey The Bear. Helping to prevent wildfires in your forest of servers and applications.

  • RE: Insert data from a text file document into a SQL table

    Sorry, what I meant was you aren't defining your rowterminator. Use a \ n (remove space between slash and n)

    I compare being a DBA to that of Smokey The Bear. Helping to prevent wildfires in your forest of servers and applications.

  • RE: Insert data from a text file document into a SQL table

    Two things.

    1. Your table create is referencing a different table from your insert.

    2. You don't define a row terminator. I created a file and defined the row...

    I compare being a DBA to that of Smokey The Bear. Helping to prevent wildfires in your forest of servers and applications.

  • RE: To Loop or Not to Loop...that is the question

    I'm not really asking for perf help...but more of an opinion on sacrificing read/writes versus execution time. I have worked in various shops where one will focus mainly on...

    I compare being a DBA to that of Smokey The Bear. Helping to prevent wildfires in your forest of servers and applications.

  • RE: SQL Agent Error 14258

    My apologies...when I say move...I mean they moved the cabinet from one room to another.

    I compare being a DBA to that of Smokey The Bear. Helping to prevent wildfires in your forest of servers and applications.

  • RE: Problem with SYSDATABASES and DATABASEPROPERTYEX

    Figure it out. Linked server authentication. It should have been obvious to me...but it's those little things that tend to bite you in the rear. Thanks for...

    I compare being a DBA to that of Smokey The Bear. Helping to prevent wildfires in your forest of servers and applications.

  • RE: Problem with SYSDATABASES and DATABASEPROPERTYEX

    Lynn:

    I have an experiment for you. I want you to create two databases on your dev server. Create the first one through your local EM to your dev...

    I compare being a DBA to that of Smokey The Bear. Helping to prevent wildfires in your forest of servers and applications.

  • RE: Problem with SYSDATABASES and DATABASEPROPERTYEX

    Lynn Pettis (3/2/2009)


    Looking at BOL, NULL is returned on error or if a caller does not have permission to view the object.

    That makes permissions another area to consider, depending on...

    I compare being a DBA to that of Smokey The Bear. Helping to prevent wildfires in your forest of servers and applications.

  • RE: Problem with SYSDATABASES and DATABASEPROPERTYEX

    Now that I think about it, I wonder if it has something to do with the way we create our prod db's. We use a central db that has...

    I compare being a DBA to that of Smokey The Bear. Helping to prevent wildfires in your forest of servers and applications.

  • RE: Reporting services in sql server 2000

    Usually there is a ReportServer db listed in your available db's on your sql server. But, you can also check your IIS for the ReportServer site listing. You...

    I compare being a DBA to that of Smokey The Bear. Helping to prevent wildfires in your forest of servers and applications.

  • RE: Problem with SYSDATABASES and DATABASEPROPERTYEX

    My apologies for the dual posting. I had been reading a post in the 2005 area and thought I had clicked back into the 2000 area. When I...

    I compare being a DBA to that of Smokey The Bear. Helping to prevent wildfires in your forest of servers and applications.

  • RE: Tools You Need

    The tools I find I use everyday are the Red Gate Suite of tools as well a few Idera tools.  The combonation of these two suites really help to keep...

    I compare being a DBA to that of Smokey The Bear. Helping to prevent wildfires in your forest of servers and applications.

Viewing 13 posts - 1 through 14 (of 14 total)