Viewing 15 posts - 181 through 195 (of 221 total)
GSquared (11/1/2011)
In the properties of any connection in SSIS, you can use an Expression for the Connection String, and can control the connection dynamically that way.
That's what i've done so...
November 1, 2011 at 7:35 am
sys.dm_tran_active_transactions will. I'm not aware of a way to get the statement from that but by looking at the sys.dm_tran_loks you'll be able to see what objects the tran...
October 7, 2011 at 9:41 am
I think i'd go down the SSIS route with some file system tasks...
Thanks,
Simon
October 7, 2011 at 9:21 am
It's ok.... cracked it.
-- Query to return the item nos.
SELECT
convert(int,convert(varchar(50),I.query('text()'))) AS Item
FROM
@tableToHoldXML...
September 8, 2011 at 8:29 am
Do you have any benchmark ping times over the WAN? It may be worth investigating the response time over the WAN to see how it compares to "normal operations". If...
August 30, 2011 at 3:49 am
Hi,
Thanks, sorry, i should have said the the job steps will need to be appropriately configured.
Simon
August 11, 2011 at 6:51 am
Hi,
Check this:
http://msdn.microsoft.com/en-us/library/ms186757.aspx
That'll probably do the trick for you.
Thanks,
Simon
August 11, 2011 at 6:37 am
Hi,
Use this:
ALTER DATABASE YourDB SET SINGLE_USER
Then drop it.
Thanks,
Simon
August 10, 2011 at 7:08 am
Hi,
You may want to investigate doing this using SSIS. I do something very similar but restore a copy of our latest DEV base database over my own local copy.
Essentially the...
August 10, 2011 at 3:57 am
Hi,
1) No, it can replicate all 3.
2) Yes if you set up replicate schema changes to TRUE.
Thanks,
Simon
August 10, 2011 at 3:47 am
Hi,
Whilst i didn't actually attend this course (a colleague of mine did) i did go through the course material. I found it very useful because at the time i was...
August 5, 2011 at 10:24 am
Hi,
If you mean intelli-sense then i'm afraid native support for this in SQL Server 2005 is not available.
There are a few 3rd party tools that will give you this...
August 2, 2011 at 6:02 am
Hi,
If I were you'd i'd start by looking at the error logs in the Log directory for your SQL instance. I'm sure there'll be some useful information in there.
Mine are...
August 1, 2011 at 4:52 am
Hi,
I would look into mirroring if I were you it sounds like it meets your requirements better. Also, if you're using a .NET application to connect to the DB you...
June 3, 2011 at 5:37 am
Viewing 15 posts - 181 through 195 (of 221 total)