Viewing 15 posts - 4,591 through 4,605 (of 7,168 total)
kpwimberger (4/6/2012)
That makes sense. But what can be done about the loop issue, then? It seems to me that the call to:
UPDATE #temp SET Processed = 1 WHERE Foo...
April 6, 2012 at 2:28 pm
Lynn Pettis (4/6/2012)
Have you run the RESTORE VERIFYONLY on the files on your SQL Server 2005 system?
I am running the verify now...will post back when complete.
When was the last time...
April 6, 2012 at 2:16 pm
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...
April 6, 2012 at 2:14 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...
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...
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...
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...
April 6, 2012 at 7:27 am
Jeff Moden (3/31/2012)
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...
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...
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,...
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...
April 5, 2012 at 4:29 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...
April 5, 2012 at 4:18 pm
Viewing 15 posts - 4,591 through 4,605 (of 7,168 total)