Viewing 14 posts - 76 through 89 (of 89 total)
tell me whether i am right in understanding your problem
u have stored procedure with select query and you connecting this stored procedure to you db grid control. when you add...
April 3, 2008 at 12:14 am
Stuart (3/31/2008)
I have an Exec SQL Task that runs a simple insert statement but is it possible to capture the @@rowcount value and to map the resulting value to a...
April 2, 2008 at 5:17 am
patcherke (3/31/2008)
syntax will look like this :
bcp "SELECT line from WMSFSTD42.dbo.t_conversion_lines order by...
April 2, 2008 at 3:36 am
Steve Jones - Editor (3/31/2008)
Nice example, Jeremy and it doesn't work because of an implicit conversion of the answer to int, the data types of the inputs.
no steve it is...
April 2, 2008 at 3:22 am
ramadesai108 (3/28/2008)
I am trying to insert a new record in true db grid with bound data from a vb6 application. The bound control is connecting...
April 2, 2008 at 3:01 am
Jeff Moden (4/1/2008)
GSquared (4/1/2008)
select dateadd(month, 1, cast(enddate + '01' as datetime)) - 1
from dbo.sasimp
Should give you what you need. If it gives you an error about converting enddate to...
April 2, 2008 at 1:37 am
Hi Michal
From my experience you cant know query cost before selecting record but only after you can see the query cost by following statement
SET STATISTICS I0 ON
SET...
April 2, 2008 at 12:49 am
dont stick on your points only
you must listen other points also
many cases you are right, like you others points also right
i want remind you that it is the discusson not...
April 1, 2008 at 7:17 am
HI All
The query will work without any error. the suggested answer is wrong
the answer for the question is
Retrieve all columns additionally the date column as a atfirst column
by all
shamsudheen
April 1, 2008 at 3:44 am
hi blahknow
infact i am using sybase only now, i did read one article before to calculate row count of tables. which says
Declare @row_cnt INT
SELECT @row_cnt = rowcnt from...
April 1, 2008 at 1:11 am
hi Diann
i am confused at first you asked solution for if condition and
john rowan replied the solution and told that it is working
at the end you telling you required not...
March 27, 2008 at 11:49 pm
hi
there is no array types in sql server. but we can use function with temp table to work like arrays .
you can see the techniq from following address
http://www.sommarskog.se/arrays-in-sql.html
hope...
March 27, 2008 at 11:28 pm
Hi Steve
this is shamsudheen following is pasted line from your editorial words
There are lots of people that would just like to do their jobs well and not be the...
March 27, 2008 at 11:20 pm
derived table concept is very usefull from seeing performance issues
it is very good article
i was using derived table , but my current company not advicing me to use, since here...
January 17, 2008 at 3:45 am
Viewing 14 posts - 76 through 89 (of 89 total)