all groups > sql server programming > september 2005 > threads for sunday september 18
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Cursor in MS Yukon / SQL 2005.
Posted by hitendra15 NO[at]SPAM gmail.com at 9/18/2005 11:40:48 PM
Is Cursor Included in Yukon/SQL 2005. or any alternet solution for that?
... more >>
While statement help
Posted by Tango at 9/18/2005 11:12:02 PM
Hi There
I am trying to insert some records into a database for budgeting purposes. A
record needs to be inserted for each week.
My query so far looks like this
while [date] between '2005-09-05 00:00:00' and '2006-07-01 00:00:00'
begin
insert into dbo.tbl_budgets ([Date], entity, entity_type,... more >>
Advantages of Table variables over Temp tables
Posted by balacr NO[at]SPAM gmail.com at 9/18/2005 11:06:07 PM
What are the advantages of using a table type variables over a
temporary table. Isn't the data stored in the temp db in the case of
table type variables? if not, where is the data stored?
... more >>
week of financial year
Posted by Tango at 9/18/2005 10:22:01 PM
hi there
is it possible to provide the week of a financial year.
ie week 1 would be first week of july
thanks
todd... more >>
Another 101 question
Posted by DazedAndConfused at 9/18/2005 1:21:45 PM
With a plain select if no rows are returned then the row count is 0, but
with a select that assigns to a variable you will get a rowcount of one even
though no actual row was found. I am guessing that is because of assigning
to a variable SQL will return an empty result set, which is a result ... more >>
Floating Point Numbers in BCP File
Posted by Joe Delphi at 9/18/2005 12:46:14 PM
Hi,
I am BCPing in a tab-delimited text file and I am getting this error
message:
Starting copy...
SQLState = 22005, NativeError = 0
Error = [Microsoft][ODBC SQL Server Driver]Invalid character value for cast
specification
The text file records look like below:
200509 67195 M12AB... more >>
Unexpected EOF Message
Posted by Joe Delphi at 9/18/2005 12:00:18 PM
Hi,
I am attempting to bulk copy some comma-delimited files into my database
and I am getting this error message on all of them:
Starting copy...
SQLState = S1000, NativeError = 0
Error = [Microsoft][ODBC SQL Server Driver]Unexpected EOF encountered in BCP
data-file
0 rows copied.
... more >>
Replace the First Character
Posted by msnews at 9/18/2005 2:22:26 AM
Hi All,
My query is
Select ID, ProdName from Product
I would like to replace the first character from ProdName (in every row)
with *.
Please let me know how to do it.
Thanks.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
system tables and return parameters for procedures and functions
Posted by at 9/18/2005 12:00:00 AM
how do query the system tables to get a list of all return types for all
procedures and functions?
... more >>
Is it true??????????
Posted by Bpk. Adi Wira Kusuma at 9/18/2005 12:00:00 AM
Is it true, If I've made relationship, so I dont need to make index for
field who has related?
... more >>
|