Viewing 15 posts - 2,056 through 2,070 (of 2,268 total)
Thanks, i havent heard that term before...
The query works fine for me and inserts two rows into the table.
July 11, 2008 at 10:37 am
By the way i am running it as an anynomas blocks...could dat be a problem?
Should i use it in a procedure?
I think anyomous blocks are an ORACLE term, i have...
July 11, 2008 at 10:26 am
you dont have to enable it, TRY should turn blue once you have typed it in SMSS, unless you are using 2k then it won't work...
July 11, 2008 at 10:12 am
it parses fine for me,
is this the whole query?
July 11, 2008 at 10:05 am
Create the procedure that will update the table,
Under SQL server Agent in Object Explorer, right-click jobs and click new job...
follow the setup in here,
You will need to exec your...
July 10, 2008 at 8:44 am
You can do this by using the PIVOT function
Check BOL for syntax.
July 10, 2008 at 3:34 am
Kimball University is running this course in October which looks very good. They are considerd the world experts in DW/BI .
July 10, 2008 at 3:20 am
Fair enough, The only place I have been to in the US is LA where everyone seemed to drive, though the traffic was so bad they didn't seem...
July 9, 2008 at 11:04 am
I guess I should let the wife know we still have it better than others when it comes to gas prices. What you paid works out to approx 8.33...
July 9, 2008 at 9:30 am
Either replace the (') with doubles ('')
or use (" ")
set QUOTED_IDENTIFIER OFF
select "Reji's"
July 9, 2008 at 8:56 am
You can script your tables from SQL management studio, right click on the database and click create to. then run this script on your other database.
But the point...
July 8, 2008 at 8:18 am
varsha.sinyal (7/7/2008)
Friends
new to sqlservercentral
i want to connect my web application to sql express come with vs 2005 but don't know the user name and password then what is the...
July 8, 2008 at 4:52 am
sreerekhavs (7/3/2008)
If someone hack the db realated to a particular survey only that information will lost.It will not affect other surveys information.
This is not neccesarily true, depending on how...
July 7, 2008 at 8:15 am
from BOL the syntax for openXML is
OPENXML( idoc int [ in] , rowpattern nvarchar [ in ] , [ flags byte [ in ] ] )
the first value idoc should...
July 7, 2008 at 4:55 am
Viewing 15 posts - 2,056 through 2,070 (of 2,268 total)