Viewing 15 posts - 2,071 through 2,085 (of 7,504 total)
bitbucket-25253 (5/4/2011)
Jeff Moden (5/3/2011)
mtassin (5/3/2011)
WayneS (5/3/2011)
ChrisM@home (5/3/2011)
May 4, 2011 at 7:05 am
Gianluca Sartori (5/3/2011)
I got it working after a long fight with permissions, policies, and registry keys.
...and I thought that a DBA didn't need to be...
May 3, 2011 at 11:48 pm
Jeff Moden (5/3/2011)
ALZDBA (5/3/2011)
For sure it would have...
May 3, 2011 at 7:53 am
It's a pity some obscure character caught the attention of CNN, Bloomberg, Al Jazera, ... the day your great article got published.
For sure it would have been a headliner...
May 3, 2011 at 12:40 am
IMO this thread http://www.sqlservercentral.com/Forums/Topic1044430-391-1.aspx is a very good ref on DISK/SAN troubleshooting.
May 1, 2011 at 10:57 am
are you running the same edition ( standard + standard / ent + ent )
Can you find any in info in the errorlog files of both instances ?
How about capturing...
April 29, 2011 at 10:24 am
Aaarch i overlooked the fact this thread is in the ssis forum, hence my nonsense answer to your Q.
Sorry for that.:blush:
April 29, 2011 at 10:17 am
Some state this setting is only for 64-bit.
http://msdn2.microsoft.com/en-us/library/aa366720.aspx
states "?WOW64 on Intel Itanium-based systems does not support 32-bit applications that use this feature. The applications should be recompiled as native 64-bit...
April 29, 2011 at 7:56 am
niteshrajgopal (4/29/2011)
This looks very promising:-D I realised now that I need to return the table from a Function. I tried pasting the code into a Table Valued Function but...
April 29, 2011 at 3:56 am
Is this what you are looking for ?
Declare @Address table (FullAddress varchar(500) , Address1 varchar(500), Address2 varchar(500))
insert into @Address ( FullAddress ) values ( 'c/o Joel Robuck')
insert into @Address (...
April 29, 2011 at 2:43 am
apparently your mirroring partner hasn't been reachable.
Once both partners can see each other again, the mirroring will start to pull over the "missed" transactions and get itself into a "mirrored/synchronized/restoring"...
April 29, 2011 at 2:25 am
Maybe this can get you started
DECLARE @Loggings TABLE
(
[DATE] DATETIME NOT NULL
,[NAME] VARCHAR(100) NOT NULL
,[QTY] INT NOT NULL
...
April 29, 2011 at 2:08 am
Jeff Moden (4/28/2011)
April 29, 2011 at 12:32 am
Viewing 15 posts - 2,071 through 2,085 (of 7,504 total)