Viewing 15 posts - 706 through 720 (of 1,081 total)
To start off with, Express is free.
Express 2008 R2 will support up to 10gb DB, anything earlier will only support 4gb.
There are memory limitations etc....
Read up on all the differences:
July 26, 2010 at 11:58 pm
July 26, 2010 at 11:42 pm
GilaMonster (7/22/2010)
Henrico Bekker (7/22/2010)
Do not use row and table locks.How would not using locks prevent dirty reads? You suggesting page locks only?
tsk...I meant WITH NOLOCK...my bad.
July 22, 2010 at 6:38 am
talla.rishi (7/22/2010)
Error message :-
Rule check Result
Rule " Cluster share disk available check " Failed .
The Cluster on this computer does not have a shared...
July 22, 2010 at 3:55 am
set nocount on
use at the start of your query/statement
July 22, 2010 at 3:49 am
gaurav-404321 (7/22/2010)
Also i want to generate the insert script for table data rows...
July 22, 2010 at 3:01 am
We are currently using SQL Server 2005 on a VM
Go with tin or...
Have a look at your indexes....this scenario sounds ideal for fragmentation....
July 22, 2010 at 2:58 am
gaurav-404321 (7/22/2010)
can u plz guide step by step how to do that
Right click the object, select Script Database/Table/etc -> Create to (select your wanted option)
July 22, 2010 at 2:57 am
gaurav-404321 (7/22/2010)
July 22, 2010 at 1:38 am
Since there are shared components, you'll have to be very careful what you delete.
SQL Server registry entries will still be present, and can be removed if you are absolutely sure.
July 20, 2010 at 6:40 am
Whoa! sorry for my bad advice there, and thank you to Gail for setting me straight.
I learned from it as well.
July 19, 2010 at 5:55 am
Full Backup included the Databases as well as the log.
You can backup the log if you need to be able to restore to a certain point in time.
Read up on...
July 19, 2010 at 5:07 am
No, you cant, you will confuse SQL and your LSN sequence.
The Maint1 log backups will fail if you do a second full backup in between.
Differential will also be based on...
July 19, 2010 at 4:32 am
Viewing 15 posts - 706 through 720 (of 1,081 total)