Topics
Started by
Posts
Last post
I have a table with name and Amount Name Amountrita 1…
4 replies
Hi trying to get this xml output correct using xml explicit. I need them to group the l…
5 replies
Dear All, I'm trying to create a query which will recompile stored procedures which take longto exe…
8 replies
Hi I am trying to import data into a database table in sql server 2012 from a csv flat file and I k…
5 replies
Hi, I was wondering on our server we have backups of our databases for course, but what can I do to…
4 replies
My attempts failed. I need a SELECT STMT that will give me 2 rows as output. The 2 rows must have 2…
16 replies
hello 🙂 I'm new to MS SQL Servers and I have to update the old prices in the table with the n…
5 replies
hi all,Everyone help me please, I have a problem: I have a large of stored procedure (about 10…
2 replies
Hi am trying to obtain the average by days and I suspect I need to write a CTE I CURRENTLY HAVE THE…
2 replies
Hi,I have inherited a couple of SSIS packages that run in a job on SQL Server. I wanted to look at …
6 replies
I am joining two tables and only want to display rows that are from the most recent data input. "Ma…
2 replies
If object_id('tempdb..#SPAN1') IS NOT NULL DROP TABLE #SPAN1;If object_id('tempdb..#SPAN2') IS NOT …
15 replies
Hi I have a stored procedure that simply deletes a record for a given ID sent in.This is sent in fr…
1 replies
Hi I'm playing around with encrypting and decrypting a column of data. I've followed the MS ex…
4 replies
Hello, I have this query,select *from(select [KD]from [dbo].[Tab1] union select [KD]from [dbo].[Tab…
5 replies
Viewing 15 topics - 976 through 990 (of 8,636 total)
You must be logged in to create new topics.