Viewing 15 posts - 3,076 through 3,090 (of 6,679 total)
I would recommend SSIS also - and I don't see Service Broker as the right solution. I would think service broker is more geared toward event driven processing -...
July 12, 2011 at 2:20 pm
You should be able to run the process to add a node for that instance. You run that on the additional node where you want that instance. Remember...
July 12, 2011 at 2:17 pm
In addition to all of the advice given so far - you really need to look at how you are using those functions. Scalar functions are notoriously slow and...
July 9, 2011 at 6:19 pm
There are only a few processes that will break the differential backup chain. This has nothing to do with the log chain at all - specifically, this is some...
July 8, 2011 at 2:12 pm
I am going to guess that the OP means he needs to add 14GB of the additional 28GB of memory to that instance of SQL Server.
The question still remains -...
July 7, 2011 at 1:21 pm
Can you provide the backup statement that is being used to backup the databases?
Also, just to verify - can you provide the results of @@version for each instance?
July 7, 2011 at 1:14 pm
what you are seeing is just a display issue. By default, output is truncated at 255 characters or the size of the column, whichever is smaller.
The data type is...
July 6, 2011 at 10:37 am
And, reviewing your code - I am not sure what you are trying to accomplish. There doesn't seem to be any reason to use rtrim, nor any reason to...
July 5, 2011 at 8:50 pm
Returns character data if expression is one of the supported character data types. Returns binary data if expression is one of the supported binary data types.
The above is from...
July 5, 2011 at 8:47 pm
It depends on what has happened on the principal after mirroring has been stopped. If you have a continuous log chain, then all you need to do is apply...
July 5, 2011 at 8:22 pm
I know this isn't a solution - but there are two buttons next to the database drop-down to connect/disconnect or change connection.
After dragging the file, or double-clicking a sql file...
July 5, 2011 at 8:16 pm
I don't see what columns you are totaling, and what the expected total should be.
For this example, what is the expected value - and what is the actual value you...
July 5, 2011 at 8:00 pm
This is normal when you haven't set max memory for SQL Server. SQL Server will take all of the memory you allow it.
July 5, 2011 at 3:06 pm
This cannot be done using the standard tasks provided for maintenance plans. To do this, you would need to write custom code to loop through each database - backup...
July 5, 2011 at 3:02 pm
Viewing 15 posts - 3,076 through 3,090 (of 6,679 total)