Topics
Started by
Posts
Last post
Trying to add two tables to excel via a stored procedure. Using this SP. Works with no …
10 replies
I have 3 tables table_1 function_code function_desc table_2 function_code itemfunction_code itemfun…
3 replies
By: ofsouto
Hi all - I am building a program to script tables. I missed picking up the default value ass…
4 replies
By: msutter
Hi, We are using the binary form to store the passwords in our project. But we are going into some …
5 replies
Hi all a question on the order that 'and/or' logic is read in T-SQL for IF statements and when usin…
20 replies
DECLARE @unicodestr nvarchar(100) SET @unicodestr = 'mystring ' while EXISTS(Select…
17 replies
Hi Folks I have this query for user and roles from sysuers and sysmember table.. i want user name w…
1 replies
Hi everybody any help would be great. I have following records: Hotel_ID | Day 152…
8 replies
Dear All, I need your input concerning the following situation. I have an Employee table that has M…
5 replies
Hi. I'm new so be gentle. I have the following tables (Simplified for ease): People: PeopleID int …
1 replies
Hi, I would like to know the way to identify the name of the primary key column(s) on a table (whet…
4 replies
When I try to remove the “Allow NULLS” option from a tinyint field using EM I get the message:…
1 replies
create table #temp (product_id int not null, prod_desc char(1) null) insert in…
13 replies
I want to assign each row of select results to sp parameters. For example i want to assign the valu…
4 replies
By: KGC
I have 3 tables Table A - 5 fields, Table B - 10 Fields, Table C - 5 Fields Table A and C have the…
2 replies
Viewing 15 topics - 10,411 through 10,425 (of 17,082 total)
You must be logged in to create new topics.