Viewing 15 posts - 61 through 75 (of 118 total)
CHECKSUM(*) is a neat method to identify different records... thanks for the memory refresh 🙂
September 9, 2009 at 8:01 am
To add on Nigel's post, you enhance the query in the following way:
DECLARE @d1 datetime, @d2 datetime
DECLARE @n int
SELECT
...
September 1, 2009 at 4:27 am
Try using SQL Server Profile. That would probably be the easiest auditing solution...
June 1, 2009 at 7:00 am
SQL Server Surface Area Config MAnager should be the target...hope this helps..
June 1, 2009 at 6:53 am
You can always use winrar to compress and divide in parts of 4GB
April 28, 2009 at 2:50 am
A great article in my opinion....would be amazing if you have any more of these experiences
April 23, 2009 at 7:27 am
A great article in my opinion....would be amazing if you have any more of these experiences
April 23, 2009 at 7:27 am
Thanks a lot Mark! That really ws helpful.
Can you also include any error handling and filtering (like where clause) within the xquery?
Thanks again 🙂
April 17, 2009 at 5:55 am
search for OPENXML... it will probably be your final solution...
April 8, 2009 at 5:10 am
use ping servername
Then the ip address is displayed.
April 2, 2009 at 7:41 am
Search for how to use the Bulk and SINGLE_BLOB within Openrowset.. It will do it. You should get started from there...
Hope it helps!
March 30, 2009 at 4:00 am
That's SQL Server 2008 🙂
Florian Reischl (3/10/2009)
Thank you for your answer! In my opinion it "because" a absolutely valid reason :).
I just found a third possibility in MSDN forums...
March 12, 2009 at 8:51 am
Try looking into slowly changing dimensions (SCD) within SSIS itself... That should help you
March 11, 2009 at 7:55 am
Try changing the maximum size limitation from the database properties.
March 11, 2009 at 2:30 am
Try installing MS Sql as a named instanced and not as a default instance. That would usually make things work out for you.
March 9, 2009 at 2:29 am
Viewing 15 posts - 61 through 75 (of 118 total)