Viewing 15 posts - 451 through 465 (of 543 total)
Jeff Moden (12/6/2011)
Charmer (12/6/2011)
hxkresl (12/4/2011)
so, I've changed my approach. I've manually added the column in source file and on destination sql table as...
December 7, 2011 at 1:56 am
hxkresl (12/4/2011)
so, I've changed my approach. I've manually added the column in source file and on destination sql table as smallint.
My...
December 6, 2011 at 3:55 am
Evil Kraig F (12/5/2011)
how are you dealing with concurrency concerns here, IE: Two people are doing the same thing at once, both receive the value (for example) 00004081, and they...
December 6, 2011 at 2:15 am
that's what my problem is...it takes the 1st row instead of current value of JurisID...
i don't know where i am missing logic ....
below is what i am using in Script...
December 5, 2011 at 2:55 am
GSquared (11/29/2011)
Charmer (11/29/2011)
because i could select and update any records...but i couldn't alter...
November 29, 2011 at 8:09 am
yeh...the thing which i am looking for is, how do they restrict a database for any alteration... ?
because i could select and update any records...but i couldn't alter any columns...
was...
November 29, 2011 at 7:32 am
Dev (11/29/2011)
Charmer (11/29/2011)
The error was "you don't have permission to create or drop a table"...i remember it was not exactly but something like that...
It simply means you can't...
November 29, 2011 at 7:16 am
yes i was working on a development server not production.....
November 29, 2011 at 7:16 am
The error was "you don't have permission to create or drop a table"...i remember it was not exactly but something like that...
November 29, 2011 at 7:03 am
Dev (11/21/2011)
Charmer (11/21/2011)
Hi friends,How to add a file into this?
my DDLs are stored in a notepad...
How can i import into this..?
What? Where? How? Didn't get anything...
If it's not...
November 21, 2011 at 4:13 am
the DDLs are related to the question that i started..
so i would like to know how to import files?
November 21, 2011 at 3:26 am
Hi friends,
How to add a file into this?
my DDLs are stored in a notepad...
How can i import into this..?
November 21, 2011 at 3:18 am
yes...Duplicate is allowed for RlsID in both the tables...the table structure they created was very worst...
the table 2 does not have any datatime column...so i am not able to get...
November 18, 2011 at 2:10 am
i have two tables....1st one has columns name RlseId and a datetime column..
2nd table has TrackID(primary key,automatic generated) , RlseId(foreign key of 1st table) and RlsTrackId...but no date time column...
whenever...
November 17, 2011 at 2:54 am
Viewing 15 posts - 451 through 465 (of 543 total)