Topics
Started by
Posts
Last post
Hi, I had databases at different...different locations, and individual locations have there own mas…
1 replies
I am using MS SQL Server 2012 Express Advanced Edition. My current table structure of one of the ac…
2 replies
Hi below is the requirement Main Filter condition in WHERE clause If Entity, Where Effective Pay…
5 replies
-- CREATE A TEMP TABLE AND LOAD IT WITH DATA select col1, col2, col3 into #T1 from ( select 1 as co…
3 replies
I have to deploy a package to the existing folder in SSIS Catalog, I have not done this before, Can…
3 replies
I have a query which execute 'counts' like the following: select col1 col2 col3_no = (select count(…
16 replies
Hello I have a piece of code that looks at the history of a job and shows a step by step status Thi…
2 replies
I need to rewrite the attached code what is the best and quickest way to do so? thanks
7 replies
in a 3 columns table id , date , page i need a query to extract all distinct dates and the id with …
8 replies
Hello All, I have a requirement to extract records of invoice details for a specific product type, …
5 replies
Hi everyone I have a stored procedure that deletes all information out of the database by providing…
6 replies
Hey, what I like to do is count a column and group by year. Very easy :-), select count(*) as Anz…
2 replies
Hi All, I need help declaring the namespace below, what I have doesn't seem to work when retrievin…
2 replies
I want to combine four while loops into,any help greatly appreciated drop table #cad /*GETTING THE…
2 replies
Dear experts I have a rather difficult record selection problem in a SQL 2012 database which result…
19 replies
Viewing 15 topics - 2,506 through 2,520 (of 4,984 total)
You must be logged in to create new topics.