Topics
Started by
Posts
Last post
hi, we are going to migrate from sql 2005 to sql 2012 In testing we are facing issue in sp_makewe…
2 replies
Hi, i'm building a query to return metrics that will drive 3 seperate pivot tables showing 1. Total…
13 replies
I need to be able to identify breaks in a sequence so I can evaluate the data more correctly. In t…
9 replies
We just ran across a gotcha with our SQL Server 2008 R2 to SQL Server 2012 migration. One of the ap…
14 replies
I have a table ("MyData") with string columns that have nvarchar data that looks like this: ColA --…
8 replies
I can easily find user created stat in a databaseSELECT * FROM DB.sys.stats WHERE user_created=1 Bu…
2 replies
SalesOrder SalesOrderIDItemIDSalesAmount 1101100 1104120 2101200 2103225 3101200 3102…
8 replies
Hi, I'm trying to write a query to select various columns from 3 tables. In the where clause I use …
8 replies
Hello! I have two tables with this info: TABLE 1 COL1 COL2 COL3 AAA BBB CCC QQQ WWW EEE AAA SSS DDD…
5 replies
Is there a way to query all the columns in a database that have the data type as Integer
11 replies
Hi experts, i've following data in a recursive query: Par_IdIDABCDEFLevel Null02264600…
6 replies
Hello, How do I properly write a CASE statement for the following business logic: I want three of t…
2 replies
Hello. I've started using a SEQUENCE in a table instead of an identity. I seem to be experiencing p…
5 replies
CREATE TABLE #Names ( ID INT IDENTITY(1,1), NAME VARCHAR(100) ) INSERT INTO #Names VALUES ('S-SQLXX…
1 replies
Hi I have posted in this section because it is a 2012 database I am working against and could not …
8 replies
Viewing 15 topics - 4,276 through 4,290 (of 4,984 total)
You must be logged in to create new topics.