Viewing 15 posts - 196 through 210 (of 245 total)
Hi
Use "sqllitespeed" if you want to compress backup its much faster than taking backup and zipping.
April 29, 2009 at 4:12 am
Hi Venu
If you are restoring from a striped database backup then you will need to specify the name of all the members of the strip.
RESTORE DATABASE MyDatabase FROM
...
April 29, 2009 at 3:41 am
Ya
That doesn't mean i can't ask for help steve.
April 28, 2009 at 9:33 pm
checkout might help
http://www.sqlservercentral.com/Forums/Topic367417-5-1.aspx
http://michael.omnicypher.com/2006/10/sql-server-2000-on-vista.html
April 24, 2009 at 3:29 am
YA might be.......
But what i want to Know is there anyway to find who , when and from where the 'sa' password was reset.
April 22, 2009 at 1:20 am
Is it possible to avoid that particular page and do page restoration.
Can you tell me how to do page restoration.
April 15, 2009 at 12:07 am
Had checked the backup with
RESTORE.........VERIFYONLY
it gave a message
Msg 3189, Level 16, State 1, Line 1
Damage to the backup set was detected.
Msg 3013, Level 16, State 1, Line 1
VERIFY DATABASE...
April 14, 2009 at 11:57 pm
Built-in functions that can return different data on each call are not allowed in user-defined functions. The built-in functions not allowed in user-defined functions are:
@@CONNECTIONS
@@PACK_SENT
GETDATE
@@CPU_BUSY
@@PACKET_ERRORS
GetUTCDate
@@IDLE
@@TIMETICKS
NEWID
@@IO_BUSY
@@TOTAL_ERRORS
RAND
@@MAX_CONNECTIONS
@@TOTAL_READ
TEXTPTR
@@PACK_RECEIVED
@@TOTAL_WRITE
April 12, 2009 at 9:19 pm
Check out these
http://www.sqlservercentral.com/scripts/Backup+%2F+Restore/30834/[/url]
http://www.sqlservercentral.com/scripts/Maintenance+and+Management/31605/[/url]
April 10, 2009 at 6:58 am
error: Cannot use the special principle 'sa'.
Are you use Windows authentication, if so sa is disabled by default.
Use "Mixed Mode" authentication.
April 10, 2009 at 6:38 am
You can Import the excel sheet as a table to a database using import and Export Wizard.
Check out this link:
http://msdn.microsoft.com/en-us/library/ms140052(SQL.90).aspx
April 10, 2009 at 5:47 am
Hi
Can you tell what is the error.
April 10, 2009 at 5:34 am
Hi while creating the view you can use CHECK_OPTION to prevent insert and update option.
Check out the example:
http://www.rampant-books.com/t_super_sql_129_check_option_view.htm
April 9, 2009 at 4:46 am
resource_type = object
Represents a database object. This object can be a data table, view, stored procedure, extended stored procedure, or any object that has an object ID.
check this ...
April 9, 2009 at 4:19 am
Viewing 15 posts - 196 through 210 (of 245 total)