Topics
Started by
Posts
Last post
[SQL Server 2005 SP2] I'm trying to use a stored procedure that returns a scalar output parameter o…
9 replies
Try this in SQL 2005: CREATE TABLE #TAB (MY_FIELD varchar(10), a int) INSERT INTO #TAB VALUES ('te…
1 replies
how can we compare the Row values into column. E.g. Create table ABC( A INT, B INT, C INT ) Create …
2 replies
Hi Guys, I have written the following SQL query. It executes ok in the results pane, but I need to …
1 replies
I'm sure my terminalogy is incorrect, but I will attempt to explain: I have an Access front-end wi…
1 replies
Hello, All. I've been given an interesting assignment, to translate 3 columns into an actual date o…
4 replies
AOA I have some integer values like 131000 220000 230000 500000 . . How to convert these integers t…
8 replies
please check this out: my data is like as folows order_num prdo_grp …
3 replies
hi, my table contain the following values no name 1 aaa 1 bbb 1 ccc 2 vvv 2 nnn i need output as fo…
16 replies
I have data that with 1 to n levels of parent/child relationships. For example: 1) AD-Admi…
4 replies
Dear All, I am having a data table in .Net with a single column which is filtered from a data got f…
4 replies
hello guys how can i convert my dates in my table right now as DDMMYY to the default date format MM…
4 replies
The Situation I work for a company that farms, harvests and processes Greenshell Mussels. The 'Muss…
25 replies
AOA I have some integer values like 131000 220000 230000 500000 . . How to convert these integers t…
8 replies
I'm trying to set a default value for a parameter i have defined in a stored procedure. What i have…
3 replies
Viewing 15 topics - 9,016 through 9,030 (of 12,230 total)
You must be logged in to create new topics.