Viewing 15 posts - 1,066 through 1,080 (of 1,366 total)
Check whether the log file size is limited to any particular value for that DB.
If accessible take a Log backup of that database and shrink the log file.
If you still...
June 1, 2009 at 10:18 pm
The snapshot will contain the initial data ie the data when you took the snapshot...Using snapshot you can restore that point
June 1, 2009 at 5:11 am
Hi Ajay,
Please try taking backup by checking the verify backup option in GUI.
Also please verify you are giving the right path to take the backup
May 21, 2009 at 11:52 pm
Hi,
Please select VERIFY option when you take backup using GUI.
Since you dont face any problems in restoring a backup taken using TSQL hope u r DB is perfect..
If u can...
May 21, 2009 at 11:36 pm
Just check the backup file using RESTORE VERIFYONLY FROM DISK = 'path of backup file'
May 21, 2009 at 4:19 am
Use this
alter schema schema1 transfer schema2.table_name
May 12, 2009 at 1:16 am
Try this...
USE MASTER
GO
SET NOCOUNT ON -- Turn off Rows Affected Message in output script
SELECT -- Create Windows Logins
CHAR(13) + CHAR(10) + '-- ADD WINDOWS LOGIN '...
May 11, 2009 at 9:59 am
U mean the issue is due to SQL server?
Shrink the db having high log file size.
Check the temp DB, if its huge and ur server is not production then restart...
May 5, 2009 at 5:21 am
Search google for 'litespeed'.. its a third party software
April 29, 2009 at 4:23 am
tony (4/28/2009)
I have a data table that has multiple columns that have similar data, e.g. skills of a worker.
There are 8 columns and there is no prefined order in which...
April 28, 2009 at 8:09 am
Are you sure you have installed server on you machine?
If yes then trying connecting giving .(dot) as server name.
If ur using sqlexpress try ./sqlexpress
April 28, 2009 at 7:49 am
Eswin (4/28/2009)
As part of the requirement for a proposal on Data Warehousing, I am in need of the following items.
1. Design implementation procedures to maintain DBMS environment
2. Documentation...
April 28, 2009 at 7:46 am
Are you still facing the problem?
Whats the service pack you are using?
April 28, 2009 at 3:16 am
Viewing 15 posts - 1,066 through 1,080 (of 1,366 total)