Viewing 15 posts - 46 through 60 (of 325 total)
prathibha_aviator (3/14/2013)
well on a sample table yes it works... On my actual production table it wont the errors that i have been showing you are from my production table
Can you...
March 14, 2013 at 11:06 am
prathibha_aviator (3/14/2013)
This is the statement
update employees set ID = EXTENDEDID
I get
Msg 512, Level 16, State 1, Procedure trig_AfterFamGroupInsert, Line...
March 14, 2013 at 9:29 am
prathibha_aviator (3/14/2013)
Well, its just an example... My work place might have had really bad designers when they started designing the database... That Primary key column(ID) is not used...
March 14, 2013 at 9:08 am
What are the errors/problems you are facing when you are running the query?
Also,
out of curisoity , why do you have this table structure anyway ..
ID column with int , which...
March 14, 2013 at 3:02 am
an easy one for the day !!!
thanks for the question
March 13, 2013 at 10:30 pm
dfine (3/13/2013)
March 13, 2013 at 1:15 am
bitbucket-25253 (3/12/2013)
Nice question .. learned something from it ... thanks
+1
I gotta learn about Select Into ; as I mostly avoid it , I don't pay attention ...
I guessed for...
March 12, 2013 at 10:20 pm
Or , even better , don't use select into ..
Just create a table first and then Insert values into it ..
I find it better than Select into .
March 12, 2013 at 12:13 am
When you use
Select Into
the columns created would take the data type ,nullability etc. properties from the columns available in FROM clause.
so make sure you have SOFTWARE_NAME_ORIGINAL as NOT NULL...
March 12, 2013 at 12:11 am
ard5karthick (3/11/2013)
We are creating a Data Warehouse for our Client
We need to store a list of locations that our company.
My Colleague says we will store the list of all the...
March 11, 2013 at 2:22 am
davoscollective (3/3/2013)
Can you explain...
March 11, 2013 at 2:13 am
sagar0838 (3/11/2013)
one column of a table.whereas my report is still showing the old value...
March 11, 2013 at 2:02 am
kapil_kk (3/11/2013)
Hi,can someone plz explain it in a more simple manner..... explanation in QOTD is very inscrutable for me:cool:
Inscrutable , is that the right word :ermm:
well, as explained in the...
March 11, 2013 at 1:47 am
Viewing 15 posts - 46 through 60 (of 325 total)