Topics
Started by
Posts
Last post
Hi, I have a question regarding windowing functions. I have a sales order table with the columns "o…
11 replies
OK, be kind, I'm not a math wiz. But I'm trying to develop a TSQL function that will replicate the …
2 replies
declare @a table( keyid int,keyname varchar(50) ) declare @b-2 table( keyid int,keyname varch…
7 replies
I GOT ERROR LIKE BELOW.............................. Timeout expired. The timeout period elapsed p…
3 replies
I have two tables, a dates table and a values table. They are joined on the date column. The date t…
6 replies
Hi I have a table (Billing Table) having multiple records for people having one record per person p…
4 replies
I have followed the basic setup tasks for creating an assembly in C# and using it within a SQL Serv…
3 replies
Hi, I have a table set of records. Its contains some customerID,SportsGoods,Price in different da…
14 replies
Hi, I have a two table. One Table having Country code and country name details. Another table hav…
4 replies
Not quite sure how to write this query and I thought someone would be so kind as to assist me. I h…
11 replies
I have a 1 table Transactions table 1) in this table I have the following fields StoreNumber, Cu…
4 replies
drop table ProductHistory CREATE TABLE ProductHistory ( ProductName varchar(20), Price float, Start…
5 replies
Posted - 02/07/2014 : 12:10:45 Show Profile Email Poster Edit Topic Reply with Quote Delete T…
4 replies
Hi, Can anyone help me with this problem? I wrote a select statement, I only want to see orders wit…
8 replies
Run the following: Declare @v nVarChar(4000); -- Test 1 Set @v='Select * from sys.indexes where ty…
5 replies
Viewing 15 topics - 4,321 through 4,335 (of 4,984 total)
You must be logged in to create new topics.