Topics
Started by
Posts
Last post
create table #testtbl(EmpName varchar(50),Item varchar(40)) insert into #testtbl values('ram…
6 replies
i have a csv file to import data to SQL table test. i have kept the column names in csv as stage co…
2 replies
Hi there, Getting the following error which I think I understand - Checking identity information:…
4 replies
Hello all, We have a SQL Server 2012 Enterprise SP1 running our ERP system. We have 15 production…
2 replies
In a t-sql 2012, I can trying to make a case statement work in an update statement and I am getting…
3 replies
Hi Guys, I have one task and i need to build the logic to split the columns by comma, see below for…
9 replies
Hi, I have a sql agent job thet runs a SSIS Package and the SAP_Userpassword parameter value needs …
1 replies
I have 6 nullable fields, which I need to insert into a single, comma separated value. The query I…
10 replies
I have data like attached picture, I want to make group each event when it starts from 1 and end ti…
8 replies
I'm trying to track down storage usage on our SQL Server 2012 instance. I have a table with 11,703…
1 replies
Hi SQL community -- I'm trying to model some data processing rules (relationships?) that involve pr…
13 replies
My goal is to change the t-sql 2012 listed below so that it updates the Milestone.[TOT_ABSENCES] fi…
2 replies
Hi all, I apologise if my initial question is missing a lot of crucial information, but that is bec…
9 replies
I have a view below that I need to make my returned field named "OriginalDatabaseID" return an "-I"…
9 replies
Hi All, What is the main difference between normal index rebuild and online index rebuilds? is ther…
3 replies
Viewing 15 topics - 316 through 330 (of 4,984 total)
You must be logged in to create new topics.