Forum Replies Created

Viewing 15 posts - 9,556 through 9,570 (of 13,469 total)

  • RE: Yet another linkserver problem ....

    Opus it's been a while since i added an oracle linked server; here is the syntax i've used, i put in your server and username to what i think is...

  • RE: Installing SQL 2005 Standard w/SP3 on Windows 7 Ultimate

    Ray i had the same thing happen; locked out of a new install.

    the fix is to add yourself as an administrator; you should be able to find the SQL 2005...

  • RE: Migrating a Database

    ok completely different situation than i thought.

    Sybase is a database engine, the same way SQL Server is; you'd want to create a linked server in SQL Server to connect to...

  • RE: Which Stored Procedure changed

    I'm surprised noone mentioned the Default Trace yet, that contains all the recent DDL Changes;

    there's a built in report from the default trace in SSMS: shows table drops and created,...

  • RE: Need help with UPSERT query

    Randy i would love to help; these questions are low hanging fruit for me, and helps anyone who reads the thread, but

    without the definitions of the tables, anything like an...

  • RE: Replacing a column of data type - Image with varchar(MAX)

    you have to use a varbinary(max) to replace an IMAGE datatype;

    I just tested it, and by simply changing the datatype with this command, i did not get any errors...

  • RE: Question

    najib_sherzadd (5/1/2010)


    Hello lowel brother,

    My table stracture like that

    create table salary(id int(9), name char(23), fathername char(23),

    Salary number(12))

    thanks,

    Najibullah sherzad

    OK Najibullah; i noticed the Salary is datatyped as number(12), so i...

  • RE: Model

    easiest way is to simply right click on the model database and choose properties; the model by default is small; under 2 meg for the file, and 1 meg for...

  • RE: Migrating a Database

    SQL server has the ability to create a backup file of the database; that is ideal for disaster recovery and creating copies for developers to not fiddle with the live...

  • RE: how to improve qurey perpormace

    lot of one line questions from you; without details, google and research may be your best bet;

    look at teh execution plan and determine if any indexes would help; make sure...

  • RE: ecxptions

    take a look in books on line for the try-catch statement;

    if an error is raised, you can put in some logic to do something different that failed in the TRY

  • RE: String splitter to table weird result

    Digs thanks; as always, you post everything someone might need to test the scenario. I really appreciate it.

    this was interesting as heck; i got similar results when trying to use...

  • RE: Retreive an error for an UPDATE SQL Statement

    yeah from a SQL perspective, an update that affects zero rows is not an "error", but from your perspective it's a logical error, as you expected at least one row...

  • RE: outputting a sql database to an email /to windows

    craig 84462 (5/1/2010)


    I have imported a microsoft database into sql server but now I want to 'export' it out into a folder in windows explorer in order to email it?...

  • RE: Read logfile with vb.net (in admin mode)

    if it's a class exercise, I'm sure if you read the instructions for the exercise, or maybe read the chapter in your study materials for the course, it will cover...

Viewing 15 posts - 9,556 through 9,570 (of 13,469 total)