Viewing 15 posts - 1,606 through 1,620 (of 5,394 total)
SQLCrazyCertified (4/27/2012)
Gianluca Sartori (4/26/2012)
Given that:
* mirroring is not an option (by desing)
* clustering still has the storage as a...
April 28, 2012 at 7:15 am
MysteryJimbo (4/27/2012)
Gianluca Sartori (4/26/2012)
* mirroring is not an option (by desing)
Why? You can have two servers using mirroring and have the publisher use a DNS alias for the subscriber name....
April 28, 2012 at 7:14 am
Dev (4/26/2012)
May I know why you are...
April 28, 2012 at 7:09 am
April 27, 2012 at 7:00 am
I don't understand your issue. Can you please clarify?
Maybe including some sample data and an expected output based on the sample data would help clarity.
April 27, 2012 at 6:55 am
Thanks for the link, Dev.
Unfortunately that page describes how to set up log shipping on the publisher, but I'm looking for HA on the subscriber.
I haven't tried log shipping, but...
April 26, 2012 at 11:35 am
I would wait for this to happen again and investigate the issue logging in with DAC.
High CPU could prevent the instance from accepting new connections, but it's hard to tell...
April 26, 2012 at 8:42 am
Grant Fritchey (4/26/2012)
I found a bug in AlwaysOn. Anyone want to vote on it?
Voted!
April 26, 2012 at 8:00 am
You're welcome.
Glad I could help.
April 24, 2012 at 11:13 am
S_Kumar_S (4/24/2012)
Here are the questions:They can be the target of an OUTPUT clause of an INSERT, UPDATE, or DELETE.
Can't we use temp table there?
Yes.
They can be used to capture audit...
April 24, 2012 at 9:34 am
S_Kumar_S (4/24/2012)
Then it leads me to the question "why on earth we need table variable then?"
Temp table also stays in memory if data is less. Temp table even has...
April 24, 2012 at 9:28 am
It can't be done exactly they way you put it, but you can use CROSS APPLY to pass the column's values to the function:
SELECT *
FROM MyTable AS MT
CROSS APPLY...
April 24, 2012 at 9:05 am
You're right, SQL Server decides on its own how to handle the "shift".
However keep in mind that ALL tables are populated like that. I don't know where the "table variables...
April 24, 2012 at 8:24 am
As a side note, this bug has been fixed in SSMS 2012.
You could install it and use it even against a 2008 instance.
April 24, 2012 at 7:07 am
Viewing 15 posts - 1,606 through 1,620 (of 5,394 total)