Viewing 15 posts - 1,081 through 1,095 (of 1,157 total)
Have a look at last weeks article regards defining a Server Side trace in profiler. This will create the required TSQL which you can then embed in a server...
December 9, 2010 at 3:25 am
To date there have been no service packs for 2008 R2.
There have been 4 cumulative updates.
December 3, 2010 at 6:33 am
As far as I know, you can only script out publications using the .Net replication management objects.
The easiest method is powershell, however you've stated you dont want to use this.
Dead...
November 27, 2010 at 7:10 am
Cath Trimble (11/26/2010)
On the Advanced tab in the job step properties check that the On Success action is not set to 'Quit the job reporting failure'.
That would be a classic.....
November 26, 2010 at 8:15 am
Apex have a tool called SQL Enforce which you can completely customise using a .net language.
I've used it in the past but couldnt get the backing of the development manager...
November 26, 2010 at 3:06 am
In terms of size and space usage you'd be better off with a single character column.
How big are these values going to be? Are they going to used in...
November 26, 2010 at 2:33 am
GilaMonster (11/23/2010)
MysteryJimbo (11/23/2010)
Surely for this to deadlock there needs to be another process for it to deadlock with?Yup. Just as one hand can't clap, one session can't deadlock.
Rhetorical question! ...
November 23, 2010 at 12:56 pm
Surely for this to deadlock there needs to be another process for it to deadlock with?
Each of these statements would execute sequentially without locking. You may well get PAGE_IO_LATCH...
November 23, 2010 at 7:46 am
The only real reason can think of to have more and two nodes in a cluster is to save on hardware costs and by installing more than one active node....
November 23, 2010 at 12:59 am
Sharon Kumar (11/22/2010)
Is there any way to find out using scripts, how many transactions are delivered from Publisher to Distributor and Distributor to Subscriber.
Can You suggest...
November 23, 2010 at 12:50 am
Hi,
The clue is in the error message as the name follows a simple view naming convention.
Vivek Shukla (10/16/2009)
Cannot DROP TABLE 'dbo.dtblGlobalHistoryTemplate' because it is being referenced by object 'vwTypeHistoryTypeIsUserHistory'. (Source:...
November 23, 2010 at 12:46 am
Not strictly T-SQL but its a useful feature.
November 19, 2010 at 8:55 am
Old habits, die hard.
Can I remind you of [INFORMATION_SCHEMA].[COLUMNS]? 😀
November 19, 2010 at 8:53 am
Thats true, it depends on how likely concurrent editing is in the system. As the data is virtually real time this is usually sufficient.
November 18, 2010 at 9:30 am
steve.pritchard 25079 (11/16/2010)
November 18, 2010 at 9:02 am
Viewing 15 posts - 1,081 through 1,095 (of 1,157 total)