Viewing 15 posts - 691 through 705 (of 1,170 total)
What do you pass to the @TrainerID argument when you have multiple selection?
Igor Micev
January 24, 2014 at 3:19 am
Idea:
As you describe, you already know which file is causing the fail.
You can create a separate package just for that file and add a data tap for that package (see...
Igor Micev
January 23, 2014 at 4:25 pm
By running the job it starts a session. What you need is find the spid and execute
KILL spid
USE msdb
GO
EXEC dbo.sp_help_jobactivity
GO
you can find the job and see some details of it.
Regards,
IgorMi
Igor Micev
January 23, 2014 at 2:28 am
IT researcher (1/22/2014)
1)I have a database which grows about 300 MB every...
Igor Micev
January 22, 2014 at 4:03 am
bandarimohan 57273 (1/21/2014)
ACID property can be allowed for TempDB ?
I don't know where is that property, but D-Durability cannot be guarantied for tempdb.
Regards,
IgorMi
Igor Micev
January 22, 2014 at 1:55 am
Nadrek (1/21/2014)
Jeff Moden (1/20/2014)
devu (1/20/2014)
Hi all,I want to know which is the faster group of select statement or stored procedure with same select statements ?
Thanks.
My question would be, why don't...
Igor Micev
January 21, 2014 at 11:34 am
bala2014 (1/21/2014)
fixed
Than, why do you need a code to iterate the tables? It does not make a difference iterating the tables constructing dynamic insert-statements and execute them compared to writing...
Igor Micev
January 21, 2014 at 11:10 am
Is the number of tables for inserting into the Fact table fixed or flexible?
Igor Micev
January 21, 2014 at 11:01 am
sql_ques (1/20/2014)
I need to get monthly count of number of tickets closed. Is it possible to use COUNT() with DATETYPE field?
SELECT
ID,
Environment
,count((RT.[type])) As 'Type'
,convert(varchar(5),SD.StartDate,110) AS [Month]
FROM TABLENAME
GROUP BY Date,...
Igor Micev
January 21, 2014 at 7:57 am
Hi,
I can suggest to you considering the Multicast component in SSIS. It makes multiple logical copies of data and can deliver it to multiple destinations.
Regards,
IgorMi
Igor Micev
January 21, 2014 at 7:15 am
Hi,
The plan's EstimatedTotalSubtreeCost is equal to the EstimatedTotalSubtreeCost for the NodeId with zero value.
Regards,
IgorMi
Igor Micev
January 21, 2014 at 7:08 am
No. It takes effect immediately.
Regards,
IgorMi
Igor Micev
January 17, 2014 at 11:52 am
Nice question.
There are more than 20 features that are not supported.
I like SQL Azure.
Thanks,
IgorMi
Igor Micev
January 14, 2014 at 3:00 am
Grant Fritchey (1/6/2014)
Igor Micev
January 11, 2014 at 10:51 am
Lokesh Vij (1/8/2014)
IgorMi (1/8/2014)
IgorMi (1/8/2014)
Lokesh Vij (1/7/2014)
Igor Micev
January 8, 2014 at 5:47 am
Viewing 15 posts - 691 through 705 (of 1,170 total)