Topics
Started by
Posts
Last post
Hi Folks. I have 2 tables Parent and Child. Parent Table =========== RNO Name 1 abc 2 …
6 replies
Hi all, can any one pls send the query I have two tables A B 101 …
3 replies
Hi all i have a procedure and want to execute through Update trigger i want that my procedure exec…
3 replies
DECLARE @a VARCHAR(30) SET @a = '\' SELECT 1 WHERE @a LIKE '%[.-9]%' PRINT ASCII('.') PRINT ASCII('…
2 replies
I have an insert statement and an update statement as follows: INSERT INTO TableA ( ColA1,…
5 replies
declare @sql varchar(500),@max int declare @ss nvarchar(max) declare @cnt int declare @acct_id ut…
4 replies
Hi all, I have created table name Personal it has two columns( name and password),i need to inser…
4 replies
I currently have 2 tables that i am working with - Locations and FuelTanks. Each location can have…
3 replies
I was trying to set up a 1 to * on the same table like the northwind employees example. Where they …
6 replies
I am creating a product management system and a shopping cart. I would like to know if it is better…
3 replies
I have a primary table (A) having one to one relationship with other table (B) basically table B ha…
11 replies
Hi all, I need to encrypt password when i save it in my database and also i need to know decrypt p…
2 replies
Hi, I am developing an application. In database there are three tables one 'KitHeader' second 'kitD…
14 replies
can any body please tell me the difference between the scalar,inline,multi-statement udf's
1 replies
Dear, I am developping a web site and when I am creating the accounts, I also need to generate a un…
1 replies
Viewing 15 topics - 2,341 through 2,355 (of 4,155 total)
You must be logged in to create new topics.