Topics
Started by
Posts
Last post
We are now int the process of checking our environment in Sql server 2008. The server for the 2008 …
13 replies
Here's my situation: I have a column in a table which is defined as SQL_Variant which seems to cont…
1 replies
Hi Here is my sample data. CREATE TABLE #WaterDays ( MeterCode VARCHAR (25) NULL …
8 replies
I need to find the 4 last reports from a company and ad them to 4 different colums of my "denormali…
2 replies
I'm working on a problem trying to update field payrtamt in following table: SET ANSI_NULLS OFF GO …
5 replies
Hello, We had one of our DBAs go to a SQL Server Admin class. The instructor, well known SQL Serve…
8 replies
How to create 3 seperate rows for comma seperate values For example - DECLARE @T VARCHAR(10) SET @T…
16 replies
Hi, I have a table with columns proj_id char(5), tenant_id char(6), lease_id char(8), Sales_yr num…
4 replies
Is there a way to see the contents of a temp table while in the middle of SSMS debugging mode?
1 replies
Hi All, I wonder if anyone can help shed some light on an issue i've run into. I'm attempting to ca…
4 replies
How to select this ID -- 1 2 3 4 5 6 and return it as : id1 id2 --- --- 1 2 3 …
10 replies
Hi guys, i have a transaction table 🙂 I need to find a sale frequency for each customer. In the end…
12 replies
Hi, I've a query in which i need to change some of the columns into rows. Please see the example; E…
3 replies
I have a situation where I have to create a dynamic where clause dependant on params passed into s…
3 replies
I have a SP which gets parameter @business like this [abcdef] Client [gdhdnuidd] 1st Party SW testb…
2 replies
Viewing 15 topics - 9,736 through 9,750 (of 10,647 total)
You must be logged in to create new topics.