Viewing 15 posts - 4,591 through 4,605 (of 7,164 total)
The key behind your trouble is the misunderstanding of the concept of a batch separator A batch separator is not a T-SQL concept, it is a data client concept. In...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 6, 2012 at 2:14 pm
.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 6, 2012 at 1:59 pm
Create some test data:
IF OBJECT_ID(N'dbo.GroupConcatTestData') > 0
DROP TABLE dbo.GroupConcatTestData ;
GO
CREATE TABLE dbo.GroupConcatTestData
(
DocID INT NOT NULL...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 6, 2012 at 12:57 pm
shiv-356842 (4/6/2012)
any help and suggestions on this below . Thanks for your valueble suggestions
USING policy based management.
CONDITION :-
"Looks at the last successful checkdb run and fails if it isn't...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 6, 2012 at 10:07 am
Perry Whittle (4/6/2012)
opc.three (4/6/2012)
Sure, configuring additional endpoints is common when using NUMA.
No, commonly you would just simply add different port assignments to the TCP\IP address to target database conections...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 6, 2012 at 9:11 am
Perry Whittle (4/6/2012)
opc.three (4/5/2012)
I suspect it will work in SQL 2008+, but have not tried it.It's commonly used on hardware based NUMA systems 😉
Sure, configuring additional endpoints is common when...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 6, 2012 at 7:27 am
Jeff Moden (3/31/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 5, 2012 at 11:06 pm
When you have the SSIS package open in BIDS, right click some empty space on the Control Flow design surface and choose Package Configurations. From there you can choose XML...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 5, 2012 at 9:13 pm
On Server 2008 R2:
Log into a different server on the same network as your frozen server, open the Remote Desktop Services Manager (under Administrative Tools), connect to the frozen server...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 5, 2012 at 6:57 pm
A change to the ALLOW_SNAPSHOT_ISOLATION database option will not appear in the default trace. A message will however appear in the error log reflecting that the database option was changed,...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 5, 2012 at 6:47 pm
SQLRNNR (4/5/2012)
opc.three (4/5/2012)
SQLRNNR (4/5/2012)
Minnesota - Viking (4/5/2012)
My question in other words is To configure the SQL Server Database Engine to listen on an additional TCP port, should one MUST...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 5, 2012 at 4:29 pm
Was this your more general post?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 5, 2012 at 4:22 pm
SQLRNNR (4/5/2012)
Minnesota - Viking (4/5/2012)
My question in other words is To configure the SQL Server Database Engine to listen on an additional TCP port, should one MUST go through...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 5, 2012 at 4:18 pm
I am seeing it as "Failover Partner" in the All tab, but after adding a value and saving the UDL I see this as the connection string in the file...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 5, 2012 at 4:14 pm
Using FILESTREAM with Other SQL Server Features > Replication
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 5, 2012 at 3:46 pm
Viewing 15 posts - 4,591 through 4,605 (of 7,164 total)