Viewing 15 posts - 9,556 through 9,570 (of 13,469 total)
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...
May 3, 2010 at 7:00 pm
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...
May 3, 2010 at 6:53 pm
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...
May 3, 2010 at 6:35 pm
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,...
May 3, 2010 at 8:40 am
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...
May 3, 2010 at 8:09 am
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...
May 3, 2010 at 6:52 am
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...
May 2, 2010 at 6:18 am
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...
May 2, 2010 at 5:56 am
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...
May 2, 2010 at 5:32 am
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
May 2, 2010 at 5:31 am
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...
May 1, 2010 at 7:56 pm
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...
May 1, 2010 at 6:28 am
craig 84462 (5/1/2010)
May 1, 2010 at 6:23 am
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...
May 1, 2010 at 6:16 am
Viewing 15 posts - 9,556 through 9,570 (of 13,469 total)