Topics
Started by
Posts
Last post
Hi all, I have these data: / * ID id_part ord lev 1606 1513852 183 2 1606 1513853 184 3 1606 151385…
4 replies
What is best to rewrite the below query instead of using temp table or cursors.. Thanks for your he…
5 replies
I have a database where I am trying to draw summery data for a simple display. If I have data in th…
6 replies
I'm having trouble getting this query to work and will appreciate any ideas. select number, avalue,…
6 replies
This is the table ProductRate, rate is set for a product for different date range SET ANSI_NULLS O…
3 replies
I currently use a query to create a YTD summary report of trade data. I would like to extend it to …
4 replies
If i have the following table CREATE TABLE [dbo].[Activities]( [Id] [int] IDENTITY(1,1) NOT NULL, […
1 replies
With AD as linked server and usage from openquery i can connect to the AD. Hower, i can’t edit the …
8 replies
Hi All I need to create a region polygon, for the attached data set. There are a number of lat/long…
13 replies
Dear DBA's, I have a giant query which joins lots of tables. I have something like this: select ...…
16 replies
Hi, Can any one corrrect my stuff function code..i want to get the output as 1','2','3','4; a…
2 replies
Hi fellow SQL gurus, I have a organization hierarchy table below. ID Parent Organization …
6 replies
Hi!!! Let's consider next tables: create table Prods -- table of products (id int, name nvarchar(…
25 replies
I have a stored procedure like: Decalare @WebServiceGetResults XML = NULL DECLARE @BroadViewData TA…
3 replies
I have the following table structure for keeping Attribute Flags for products CREATE TABLE [dbo].[…
8 replies
Viewing 15 topics - 7,051 through 7,065 (of 10,647 total)
You must be logged in to create new topics.