Viewing 15 posts - 166 through 180 (of 236 total)
You can't find the answers to these Questinons just like that, you need to dig into it in the MSDN or some other sites
for example you can use the below...
October 21, 2010 at 2:19 am
Nice Question : )
Yes we can not use truncate on a table which is referenced by a FOREIGN KEY constraint
The below statement is true if it is not referenced...
October 20, 2010 at 11:27 pm
Nice Question : )
Yes we can not use truncate on a table which is referenced by a FOREIGN KEY constraint
The below statement is true if it is not referenced...
October 20, 2010 at 11:25 pm
That means that all your data is in the wrong format
like :
2010-09-30 17:07:09.000
you need to try something like
select Convert (datetime,substring(uploadtime,9,2) + '/' + substring(uploadtime,6,2) + '/' +substring(uploadtime,1,4),103)
kirubamca09 (10/20/2010)
Kingston...
October 20, 2010 at 7:05 am
exact error message will help us to resoleve or help u in this
October 20, 2010 at 5:55 am
Can you post some sample data from the table, so that we can check why it is not working.
Which version of SQL does the client using
October 20, 2010 at 5:42 am
i was looking for similar solution and it is realy simple and helpfull
Thanks to greg
October 20, 2010 at 4:36 am
I guess incremental Back up was there only in oracle 🙂
October 20, 2010 at 12:14 am
The Question and the discussion is awesome.
October 19, 2010 at 11:50 pm
Thanks for your explanation
Hugo Kornelis (10/11/2010)
In addition to the explanation: "Thorough testing shows this also applies to the IN statement", there is also a logical explanation.
The ANSI...
October 19, 2010 at 10:58 pm
Thanks! it really helped me to understand clearly
October 19, 2010 at 10:46 pm
Which Version of SQL you are uisng?
In the 2005 you can debug the Proc only with the help of Visual studio 2005 IDE
If you are using Sql server 2008 then...
October 11, 2010 at 8:14 am
Thanks to Andy, I learned something new today in SSIS.
August 25, 2010 at 12:20 am
in my package activxscript task already code contains these things and these thing are not working
DTSGlobalVariables
DtsPackageLog.WriteToString
do i need to change the entire script are any replcement for these above
July 21, 2010 at 5:58 am
Hey the answer to the Question is Wrong.
June 28, 2010 at 1:13 am
Viewing 15 posts - 166 through 180 (of 236 total)