Viewing 15 posts - 91 through 105 (of 196 total)
I see.
If the application crashes or something you still need a response to the database whether a call to a customer is finished or not. Otherwise a customer could be...
June 20, 2013 at 2:21 pm
hi,
now the situation is easier to understand 🙂
Question left for me: what is DR?
As I am new in the topic of "Always On" I summarize to be sure I understand...
June 20, 2013 at 2:08 pm
The only way I know is this: right click on one of the tabs and choose "new horizontal group" or "new vertial group". When having two or more "sectors" you...
June 20, 2013 at 11:36 am
Hi,
GilaMonster gave a very professional answer. As I think you are a beginner I add some aspects on using a very low level explanation:
Clustered Index:
A table is stored on...
June 20, 2013 at 11:22 am
hi,
I think it's NOT a good idea. I think you try to solve concurrency issues that are already part of the database engine of sql server. I think you did...
June 20, 2013 at 11:08 am
hi,
to be honest I don't understand your question...
Tell us the following:
What is your current target?
What was the situation you started from?
What was the way to achieve your target? Provide us...
June 20, 2013 at 11:04 am
You said you made a backup. Ok.
But what action exactly did raise your error? The backup-operation or something else?
Please provide your script too.
June 20, 2013 at 11:00 am
GilaMonster (6/20/2013)
Yusuf Ali Bhiwandiwala (6/20/2013)
Thanks Gail for your reply, but what do you think about partitition elimination for performance benefit?Fine, when it works ...partitioning
That's a very good point. Partitioning can...
June 20, 2013 at 10:41 am
All the jobs are running at the distributor.
First, have a look at the SQL-Jobs at the distributor via the "job activity monitor". There, in one of the columns, you can...
June 17, 2013 at 11:51 am
msdb is a database itself, it's one of the system databases.
There your have the tables dbo.sysjobs, db.sysjobsteps and dbo.sysjobhistory for getting information about jobs that run.
June 16, 2013 at 11:54 pm
You are right. I did not even recognise this mistake. So the question is where the 54 minutes come from?
June 16, 2013 at 12:51 am
Seems that the SSIS package, that you use for backup, could not be loaded.
How do you save your SSIS-Packages, file system or msdb database? Was the file system or the...
June 15, 2013 at 10:32 am
I think you want to use transactional replication. In this case the replication only works in 1 direction (publisher to subscriber) unless you explicitly configure bidirectional replication.
June 15, 2013 at 10:29 am
Just a hint when using strings for using date values:
You should always use the format YYYYMMDD, so '20130601'. This format is not depending on the language setting.
If you write it...
June 15, 2013 at 10:10 am
Viewing 15 posts - 91 through 105 (of 196 total)