Topics
Started by
Posts
Last post
Hi All, I am new to SQL programming, i have only a fair knowledge on sql programmin.So, I apologies…
1 replies
Hi all. I have two tables where I need to show only the rows which do not have a match in the other…
1 replies
I have a start date and end date in my table. I am using a calendar control. i am passing the date …
2 replies
I want to search a Field for a condition and only get back the portion of the Field that meets the …
5 replies
If I run this script (in QA): begin tran select * from database.dbo.tablename select * from remotes…
6 replies
I'm pretty new to triggers and using case statement. I'm looking at modifing a previously created …
6 replies
Any one got any thoughts on using instead of triggers? I am naturally inclined not to use triggers …
10 replies
i have a person table and a product table i need to identify if a person, has a number of products…
2 replies
Hi, it`s a big problem to me i want to drop defualt value from 'not null' column by sql script or…
3 replies
Hi All, Assume the following: declare @search varchar(50) set @search = 'Johnny, Maryanne' declar…
4 replies
Hello, I have use this query to update my field. UPDATE Orders SET total_order_price = total_pizza_…
5 replies
I am writing a select statement with the Query Designer and I am pulling data from thee tables. The…
4 replies
I need to update a table (clients) in a SQL database (DTE2003) with data from another table in anot…
2 replies
Buddies, I have a sample scripts like: create table #source( [cuslink] int, [sequence] int ) ins…
2 replies
I have a stored procedure that executes a Select Statement in more then one part of the T-SQL scrip…
7 replies
Viewing 15 topics - 3,526 through 3,540 (of 17,082 total)
You must be logged in to create new topics.