Topics
Started by
Posts
Last post
I have a table custlog with a field [contact-date] that is smalldatetime. If I isuue the following…
3 replies
Hello again, I've written some import scripts that move data from one database to another. insert i…
3 replies
Hi, I have a code similar to this. Select Field1, Field2 From Table1 Where UCase(Field1) = 'MYTEXT'…
5 replies
Hi, I've got a simple insert stored procedure, however everytime a new row is inserted into the tab…
2 replies
It there any way to pass a table/array to a stored proc? I know you can return a table from a func…
1 replies
What is the T-SQL command to insert a column into a existing table but I want to define the exact p…
3 replies
Hi, All I have a column that contains Date format like this: 2000-10-09 00:00:00.000 I dont have a …
2 replies
Is there any other way to get the columns in ascending/Descending other than Order By clause? Edite…
9 replies
What t-sql statement(s) would you use to accomplish this? Input Table1 +-----------+-----------+ | …
2 replies
I am using case end statement for classifying a set of 60,000 records. I have e.g. 3 fields Sgrp va…
3 replies
I know that "null" is the default if you don't specify anything on the "nullable" option when creat…
5 replies
Hi All. I have a parameter as varchar coming into the procedure. This parameter can have single quo…
12 replies
Hi, Anyone out there who can help me with the following: Given a view Members with has columns Age …
4 replies
i coudln' make a connection via jdbc when i très with osql -Utest -Ptest ir's good but when i use j…
2 replies
I need to narrow down a set of data based on the greater of 2 dates that are stored in 2 separate f…
5 replies
Viewing 15 topics - 16,126 through 16,140 (of 17,082 total)
You must be logged in to create new topics.