Viewing 15 posts - 76 through 90 (of 96 total)
Hi,
although this method is a little bit unusual for relational databases you can get your output by adding a identity column to your table.
create table tbtemp (orderid int identity(1,1), temp...
[font="Arial"]Kind regards,
Patrick Fiedler
Consultant
April 8, 2011 at 4:11 pm
Hi,
I only want to add that you have a copy and paste error in the following statement:
UPDATE [Clinical_Edu_2006].[dbo].[tblSChestTubeFeedback]
SET [Bedside Procedure & Interventions] =
(
SELECTCount([The learner understands the bedside procedure and nursing...
[font="Arial"]Kind regards,
Patrick Fiedler
Consultant
April 8, 2011 at 3:51 pm
Hi,
when I correctly remember, part of the encryption mechanism is to include the instance specific guid which is created after setup the instance, so it is not possible to directly...
[font="Arial"]Kind regards,
Patrick Fiedler
Consultant
April 8, 2011 at 3:20 pm
Hi,
have you checked the non-default configuration changes of both servers (in "Server Dashboard" report)? Perhaps there are some differences.
Greets
[font="Arial"]Kind regards,
Patrick Fiedler
Consultant
April 8, 2011 at 3:06 pm
Hi,
what degree of parallelism is set on the server? was it changed?
Try to add the maxdop option on the create index command and analyse the differences in execution plans.
Greets
[font="Arial"]Kind regards,
Patrick Fiedler
Consultant
April 6, 2011 at 3:16 pm
Hi,
the input buffer is the whole batch not the single statement that caused the deadlock. Try to find the whole batch in your code and verify if there is an...
[font="Arial"]Kind regards,
Patrick Fiedler
Consultant
March 27, 2011 at 2:43 pm
Hi opc.three,
it works for me. Thanks for providing me the right solution.
I think it was too simple to get it on friday afternoon ... 😎
Greets
[font="Arial"]Kind regards,
Patrick Fiedler
Consultant
March 21, 2011 at 4:35 am
Hi opc.three,
sorry for my writing form ... it was friday afternoon before going home ... 🙂 ... the next time I will obey the rules. I have updated my initial...
[font="Arial"]Kind regards,
Patrick Fiedler
Consultant
March 18, 2011 at 3:03 pm
Hi,
check if the server name of the sql server have been also renamed.
Check this with select @@servername.
It should be <Servername>\<Instancename>.
If the servername differs from the machine name rename it with...
[font="Arial"]Kind regards,
Patrick Fiedler
Consultant
February 25, 2011 at 1:39 am
Hi,
the space the log is taken on disk is different to the used pages in the log file. So if you have backed up the log, the parts of log...
[font="Arial"]Kind regards,
Patrick Fiedler
Consultant
February 25, 2011 at 1:30 am
Hi,
if the amount of data is not too big you can take a cursor to iterate through every line of the select statement odered by OrdNo, Actions and check in...
[font="Arial"]Kind regards,
Patrick Fiedler
Consultant
February 25, 2011 at 1:16 am
Hi,
normally in synchronious mode it schould default failover in 10 seconds (time to be sure the master is down) + time to switch over (normally some ms).
see "select * from...
[font="Arial"]Kind regards,
Patrick Fiedler
Consultant
January 4, 2011 at 1:17 am
Hi,
if you are trying to set up mirroring in a workgroup environment, you must do following:
1. Create same user on all involved pc's (same username with same password).
2. Let all...
[font="Arial"]Kind regards,
Patrick Fiedler
Consultant
November 29, 2010 at 1:15 am
Hi,
are backing up up the logs on local disk or on network share?
if so then change your backing up folder to local disk, because if the network connection is broken...
[font="Arial"]Kind regards,
Patrick Fiedler
Consultant
November 2, 2010 at 2:06 am
It doesn't matter. 🙂
Thanks for your information.
Greets
pitcher
[font="Arial"]Kind regards,
Patrick Fiedler
Consultant
October 28, 2010 at 2:59 am
Viewing 15 posts - 76 through 90 (of 96 total)