Viewing 15 posts - 16 through 30 (of 1,157 total)
I have to agree with a lot of whats already been said. On their own these low level certificates are not going to get you a job as a...
April 10, 2014 at 4:58 am
Page splits in your indexes?
As there is no increase in rows, is it possible some are being update or replaced?
April 7, 2014 at 8:46 am
Yes, you can use replication to "double hop" articles. This will add some additional complexities when modifying the topology but nothing too complicated.
Update-able subscriptions don't fully support this. ...
April 7, 2014 at 8:43 am
phil.wong (4/3/2014)
Returning in the AM to review one server is under the set max but one server is sitting back above 14.5 GB of memory used.
Like I said...
April 3, 2014 at 6:17 am
humbleDBA (4/3/2014)
First, if you're running SQL 2008...
April 3, 2014 at 4:09 am
phil.wong (4/2/2014)
April 3, 2014 at 3:36 am
Angelo SIlva (3/28/2014)
The thing...
March 28, 2014 at 8:44 am
Just a point note, the above query only shows errors in the last 5 minutes. You have to change it to check for one outside that period.
If you find...
March 28, 2014 at 7:39 am
Angelo SIlva (3/27/2014)
The data is inserted in our Database db 1 in Table1 and replicates the data to the customer database db2 in table1 then the customer database db2...
March 28, 2014 at 5:03 am
free_mascot (3/25/2014)
March 25, 2014 at 4:09 am
MysteryJimbo (3/24/2014)
GilaMonster (3/24/2014)
MysteryJimbo (3/24/2014)
You can use something like this and check the usage count, it will reset if recompiled.
It'll reset if the plan is removed from cache and compiled again...
March 24, 2014 at 3:21 am
GilaMonster (3/24/2014)
MysteryJimbo (3/24/2014)
You can use something like this and check the usage count, it will reset if recompiled.
It'll reset if the plan is removed from cache and compiled again from...
March 24, 2014 at 3:17 am
webrunner (3/21/2014)
GilaMonster (3/21/2014)
SELECT col1, col1 FROM SomeTable ORDER BY col1
It's the order by, it doesn't know which col1 to sort by. Wasn't caught...
March 24, 2014 at 3:16 am
You can use something like this and check the usage count, it will reset if recompiled. I forget but there may be another dmv with the compile time
SELECT usecounts
,object_name(qp.objectid)
,...
March 24, 2014 at 3:10 am
No examples of this
The principle is you have identical stored procedures on Server 1 and Server 2.
A linked server on Server 1 pointing at Server 2.
You then use 4 part...
March 21, 2014 at 3:05 am
Viewing 15 posts - 16 through 30 (of 1,157 total)