Viewing 15 posts - 511 through 525 (of 928 total)
The best way to get help with this is to include the code in question along with the definitions of the tables and some test data. Without those we're just...
September 26, 2013 at 3:56 am
Could we see the definitions of the tables involved?
September 24, 2013 at 2:39 am
Whenever we interfere with replication here we then use Redgate SQL Data Compare to check the data. It may be worth investing in a copy, or I believe it is...
September 17, 2013 at 4:24 am
kapil_kk (9/16/2013)
here is the scenario that I faced:
1. I had a table which some data.
2. I need to add a column with not null, While I was doing in...
September 16, 2013 at 1:58 am
We've used a Script Task to call WinSCP, not pretty but it works.
September 5, 2013 at 6:01 am
PearlJammer1 (9/2/2013)
You can also connect to the Integration Services Server via SSMS, right click on the package under 'Stored packages/MSDB' to locate your SSIS package. then right-click on it and...
September 2, 2013 at 8:57 am
PearlJammer1 (9/2/2013)
There are several ways to open the the actual SSIS package (the dtsx file).
One way is to open Visual Studio, create a new SSIS project and then, in the...
September 2, 2013 at 6:57 am
Yes, the DtsConfig file contains parameters for the SSIS package - it is one way of making the package more flexible by changing parameters instead of rebuilding the SSIS package...
September 2, 2013 at 6:46 am
Somebody want to change their Server into a games Server.
http://www.sqlservercentral.com/Forums/Topic1487098-391-1.aspx
I thought SQL Server servers were already games machines - Whak-a-mole.
August 22, 2013 at 3:05 am
GilaMonster (8/6/2013)
Chad Crawford (8/6/2013)
They did a movie too[/url] - wasn't too good, but I thought it was worth watching because I loved the series so much.
The movie's good if...
August 7, 2013 at 1:07 am
A simple example of the PIVOT instruction exists on the MSDN. Have a play with that and let us know how you manage when you get the chance:
http://msdn.microsoft.com/en-us/library/ms177410(v=SQL.105).aspx
July 4, 2013 at 1:22 am
kapil_kk (6/4/2013)
Hi,I am confused with a query that:
SELECT STNNo FROM table1 where VoucherBookletNo = 'VVB0000021' AND VoucherBookletNo ='VVB0000025'
When I run this query it return nothing. WHy?
Because VoucherBookletNo has to be...
June 4, 2013 at 3:26 am
Lynn Pettis (3/27/2013)
What to make of this?May not be what I was thinking. Good.
"I'm a DBA, it turns out"
How do you suddenly discover that you're a DBA?
March 28, 2013 at 4:31 am
Cadavre (2/13/2013)
So, the SQL Bits agenda has been released, anyone going? I'm planning on grabbing a Friday ticket tomorrow morning, but unsure about the Saturday.
I've just recovered from paying for...
February 14, 2013 at 2:24 am
I assume that you want to replicate insertions from the Publisher, but keep them on the Subscriber for longer; so when they are deleted from the Publisher the Subscriber still...
February 4, 2013 at 2:20 am
Viewing 15 posts - 511 through 525 (of 928 total)