Viewing 15 posts - 346 through 360 (of 454 total)
Thanks for advise, I did not know about this function.
So it sound like I have to create a job which on periodical basis will call this function and load trace...
February 21, 2013 at 10:13 am
Thanks a lot Robert.
This is great solution. I did not run it yet, I am not very proficient in Powershell, I will let you know about results.
January 2, 2013 at 11:28 am
It executes in average 5-7 sec when is success, and up to 40 sec for failure. That's right that something is related to data, but I need to troubleshoot it...
November 29, 2012 at 10:28 am
It works fine in 99% of all ecxecutions. And there is no any pattern for failure timings, it looks completely random.
The package is rather complex. It populates two dim tables...
November 29, 2012 at 9:51 am
Thank all for replies. Sorry for delay, I was busy all day today.
MyDoggieJessie:
The database size is 36 GB including log.
Totally 16 tables, only 10 of them have PKs, and...
November 12, 2012 at 6:25 pm
Thanks for quick replies.
Alan: I cannot create a real table, because this db will be restored, and the table will be gone. About SSIS, frankly I am not so...
October 10, 2012 at 3:20 pm
Meanwhile, I created dynamic script to run EXEC sp_removedbreplication from all databasses on my server and ran it.
However,
EXEC sp_dropdistributor;
still generates error:
Msg 14121, Level 16, State 1, Procedure sp_dropdistributor, Line...
October 3, 2012 at 3:07 pm
I ran both
USE [Database]; EXEC sp_removedbreplication 'Database'
GO
USE [Database1]; EXEC sp_removedbreplication 'Database1'
GO
But when I run EXEC sp_dropdistributor, I get the following error:
Msg 14121, Level 16, State 1, Procedure sp_dropdistributor, Line 211
Could...
October 3, 2012 at 2:57 pm
Thanks, XML config file looks like good idea, I did not start reading the links provided, but first question that I have is : When a XML config file is...
September 23, 2012 at 12:53 pm
Thanks, I figured it out. I had both (local) and server name before /instance name. Now I cleared .
Thank you all.
July 3, 2012 at 12:36 pm
All 7 services are running:
1. Browser
2. SQL Srever instance
3. Agent
4. Full-text
5. SSAS
6. SSIS
7. SSRS
I also checkd client configuration:
1. Shared mmory
2. TCP/IP
3. Named Pipes
Should I check anything else ?
July 2, 2012 at 9:03 pm
Yes, I know this. But my question is this: for example we have 100 partitions and we need to rebuild index only on 10 of them. We issue ALTER INDEX...
April 17, 2012 at 1:32 pm
Here is an interesting aricle about why VB is better that C#:
March 20, 2012 at 3:22 pm
If there is no technical difference between them, why C# is much more popular on the market, than VB ?
March 14, 2012 at 3:50 pm
But can we restore a database in at least one connection is not closed ?
March 13, 2012 at 3:46 pm
Viewing 15 posts - 346 through 360 (of 454 total)