Viewing 15 posts - 3,211 through 3,225 (of 6,397 total)
Do not cross post it fragments replies
http://www.sqlservercentral.com/Forums/Topic1391939-1550-1.aspx
December 3, 2012 at 7:55 am
Sounds like you need to do some transaction log management.
What is the output of this query
select recovery_model_desc, log_reuse_wait_desc from sys.databases where name = 'testdb'
And some reading material
Managing Transaction Logs -...
December 3, 2012 at 5:44 am
We need the execution plan as a SQLPLAN file.
We also need the CREATE VIEW definition
We also need the CREATE TABLE definition of all the tables in the query and or...
December 3, 2012 at 4:36 am
It hits the first true condition then terminates the case statement.
December 3, 2012 at 3:41 am
SQL doesn't know how it is licensed, due to the number of possibilities that a server can be licensed. It is up to the company to ensure that they...
November 30, 2012 at 6:58 am
The .Value is missing from the ID field.
Fields!ID.Value = ".....",
November 30, 2012 at 6:51 am
Dont know if the following will help Wayne
http://social.microsoft.com/Forums/en-US/crmdevelopment/thread/74c9a963-2ad2-4e38-b1f0-e5b8035e5ae2/
November 30, 2012 at 5:40 am
All you will need to do is to qualify the DB name when executing it from within the same proc
Take the below code, DB1 calls DB2 and passes in the...
November 30, 2012 at 5:25 am
No, not for SQL 2000
If it was 2005 or above you could add in the COPY_ONLY clause.
November 30, 2012 at 5:07 am
Yes, doing a backup outside of the logshipping process will cause a break in the log chain causing restoration problems on the secodary, until you restore the logs or do...
November 30, 2012 at 4:52 am
PiMané (11/30/2012)
sanket kokane (11/30/2012)
You can use the Performance counter (inbuilt winodws Tool) and Performance related DMV's to get sql server workload .please refer following PPT , it may help you
I...
November 30, 2012 at 4:40 am
raghavender.2369 (11/30/2012)
5.06.03.5
9.59.86.3
9.06.08.0
Col4col5col6
9.56.08.0
6.39.33.9
8.78.08.8
9.08.36.9
8.69.06.2
I have data like this in excel, how to load into 2 different tables
first table contain col1,col2,col3as columns
second table contain Col4,col5,col6 as columns.
Note: Here the number of...
November 30, 2012 at 4:35 am
Viewing 15 posts - 3,211 through 3,225 (of 6,397 total)