Viewing 15 posts - 61 through 75 (of 486 total)
twin.devil (7/4/2016)
Please check the following Slow source? Make your data flow buffers smaller![/url]
Thank you for the suggestion however I have tried this and there is no improvement.
By default...
July 4, 2016 at 7:06 am
This blog covers conditional formatting, its pretty simple
for example in:
=iif( Fields!myField.Value < 0, “Red”, “Black”)
May 11, 2016 at 9:44 am
Its been a while since I enabled TDE on anything outside of DEV. Its a CPU intensive operation so there is no way to guess at how long its...
May 9, 2016 at 9:26 am
Its been a long time since I relied on the tablediff utility so it may well be a bug introduced since I last used it.
These days I'm fortunate enough to...
May 6, 2016 at 6:49 am
Figured this out, the column is a ntext column, so once converted to a NVARCHAR(MAX) and using queryout with BCP the data is written to file in the...
May 5, 2016 at 4:28 am
Did you include the -c (Compare column-level differences) or the -q (Perform a fast comparison by only comparing row counts and schema) switch in your command?
May 5, 2016 at 3:37 am
rightontarget (4/21/2016)
Today, I am able to connect from SQLServer 2K8 to MySQL servers inside the company by using MySQL Connector/ODBC and running the following:
EXEC('SELECT * FROM OPENQUERY (system_dsn_name, SELECT .......
April 22, 2016 at 4:53 am
arkiboys (4/19/2016)
I do not know much about sql server DBA tasks but my next project will be to setup a Dev, UAT environment.
Currently there is a production server.
There will be...
April 20, 2016 at 3:50 am
We are using clustering in a 2 node active \ passive configuration.
However having just re-read the thread I can see why your confused. I see now the...
April 19, 2016 at 11:22 am
GilaMonster (4/19/2016)
RTaylor2208 (4/19/2016)
April 19, 2016 at 10:04 am
jayoub (4/15/2016)
Currently mirroring is configure on two servers
Principle SQL Server 2008 R2 SP3 (10.50.6220)
Mirrored SQL Server 2008 R2 SP3 (10.50.6000)
Will we...
April 19, 2016 at 5:51 am
Potentially yes, it all depends on what your trigger is doing and what proportion of "hits" are selects compared to updates \ inserts \ deletes.
If you share your code...
April 14, 2016 at 4:27 am
This is possible using extended events, server side trace or SQL server profiler.
If your new to this SQL server profiler is the easiest way but i will mention that you...
April 12, 2016 at 3:48 am
AWS-Architect (3/10/2016)
March 11, 2016 at 4:45 am
zheliazkoff (3/10/2016)
March 10, 2016 at 6:54 am
Viewing 15 posts - 61 through 75 (of 486 total)