Topics
Started by
Posts
Last post
hi I create a report base on categories and sales of goods. Now I have Daily Info abaout all Produc…
3 replies
Hi, I'm on SQL Server 2014. Trying to add my user to a group. I use the following: exec sp_addr…
2 replies
Trying to work out some code that involves a pivot, and I'm stuck. Grateful for some assistance...…
22 replies
By: shorton2
Dear All, I'm trying find a way of crating an sql server job which would restore only transactional…
10 replies
Dear Experts, I am running below TSQL from SSIS package and its failing but runs successfully when …
10 replies
By: Kummu
Hi There, Im have a situation to insert data from multiple sources to a single table. ie., multiple…
1 replies
Greetings All, It's been a while since I last posted on here, about 4 years maybe more. Anyway I'm …
9 replies
Hi All, I am having trouble with a certain query - being the only SQL resource in my company, I do…
3 replies
By: WayneS
Declare @var varchar(100) set @var = '2000' select case when ISDATE(@var ) =1 then 'Valid Date' w…
2 replies
I need help in sql recursive query, for example purpose i m providing sample table with insert scri…
6 replies
hi all, i use a single stored procedure to update many tables in sql server 2014 database, using de…
8 replies
I want to import the data from specific Access Database and Table to SQL Server, using SQL Script. …
7 replies
create table #t1 (id int) create table #t2 (id int) insert into #t1 values (1) insert into #t1 valu…
3 replies
-- The 3rd query uses an incorrect column name in a sub-query and succeeds but rows are incorrectly…
2 replies
I was using Windows 7 and had SSRS 2014 installed. Having set up the inbound rule on Windows Firewa…
7 replies
Viewing 15 topics - 2,461 through 2,475 (of 3,067 total)
You must be logged in to create new topics.