Viewing 15 posts - 1 through 15 (of 34 total)
steve.france (5/16/2013)
Shashank Srivastava (5/16/2013)
Hi Steve,As far as I think, change of named instance is not possible. You need to uninstall and install again.
Thank you Shashank.
For 2012 it looks possible
May 16, 2013 at 5:19 am
John Mitchell-245523 (3/1/2012)
Phil Brammer (3/1/2012)
The SQL Browser service is only for named instances. If you change the default port of the default instance, you will always have to specify...
March 1, 2012 at 9:04 am
okbangas (3/1/2012)
If the SQL Server Browser service is not running, connection strings will have to specify the port number in order to...
March 1, 2012 at 8:07 am
vishal.gamji (2/11/2011)
Well... using SELECT *, 1 or the column name has the same affect in an IF EXISTS clause, and COUNT(PriKey) can always be used for a count.
COUNT(PriKey) only works...
February 11, 2011 at 11:30 am
LadyRuna (2/11/2011)
February 11, 2011 at 11:27 am
If there is no backup strategy in place, and the database is in FULL recovery mode, the transaction log will likely be unreadable anyhow, as it will likely be massive...
November 23, 2010 at 10:46 am
Kraig Kerr (11/22/2010)
The current flavor of this works with SQL 2008, but...
November 23, 2010 at 4:54 am
DBCC PAGE is undocumented as well. Use at your own risk.
November 22, 2010 at 8:21 am
The link to the MGM Mirage article does not work. I'm still trying to decifer what your reasons for reading the log are. Also, what version of SQL...
November 22, 2010 at 8:17 am
However, if our table had been a HEAP this method works nicely because the data remains with the [Page ID] and [Slot ID] for the life of the HEAP.
That's not...
November 22, 2010 at 8:10 am
CirquedeSQLeil (5/5/2010)
That is likely true - haven't tried. I am just accustomed to asking for the actual execution plan that it seemed the safer route for this too.;-)
Except to...
May 6, 2010 at 9:55 am
noeld (4/29/2010)
what exactly is "real-time" about this ? 🙁
Each time the package is executed, it should download the most current exchange rates.
In something like batch processing, you wouldn't want the...
April 29, 2010 at 8:42 am
Yeah, sounds like a HIGH-VALUE declaration in the COBOL (or whatever) code.
April 29, 2010 at 8:37 am
tarquin,
I'm not quite clear on how you know the hash of a record in a fact table ahead of time such that it helps with your updates.
April 16, 2010 at 6:56 am
Correct - the hash is not the lookup.
To make this work correctly, you create an index on the natural key and include the hash column. This way, you lookup...
April 15, 2010 at 8:50 am
Viewing 15 posts - 1 through 15 (of 34 total)