Viewing 15 posts - 2,026 through 2,040 (of 2,268 total)
Try setting them to TEXT and then doing modify the datatypes once you have imported it
July 25, 2008 at 8:21 am
If you want to have mirroring on the same server then you will need to do this with two instances, you can't mirror onto the same instance.
And then it...
July 25, 2008 at 8:00 am
Excel does a lot of funny stuff to data-types and some of them do not import easily into SQL, you can try and set the datatypes in the spreadsheet to...
July 25, 2008 at 7:37 am
Open up the .dat file in Textpad,
It may contain SQL scripts to create the required databse objects that you can apply to your database. Check that the scripts...
July 25, 2008 at 5:33 am
-Take a full backup
-Change database to Simple logging
-Shirnk Log
-Change database back to full logging
Be careful though as Log files grow to a size that they need to, at more...
July 24, 2008 at 10:55 am
The Tempdb will start as the intial size.
Change this in properties and then restart.
July 24, 2008 at 9:40 am
It will probably grow back out to 12g anyway. You should give temp DB some room to grow for optimal performance.
July 24, 2008 at 7:33 am
Restore from your most recent backup, into a new database and copy over the dropped rows/tables.
July 24, 2008 at 7:02 am
david.sims (7/24/2008)
July 24, 2008 at 6:51 am
It looks like you do not have permission to access that folder. Get the sysadmins to give you permission and it should work.
July 24, 2008 at 2:51 am
Does your table have a time-stamp column?
July 22, 2008 at 8:37 am
http://www.sqlis.com/default.aspx
is an excellent site, it should have what you are after..
July 22, 2008 at 5:00 am
You should be able to dettach your database from one server, then copy the .ldf and .mdf file and re-attach these to your new server.
You should not have to copy...
July 21, 2008 at 10:10 am
Your statement looks fine, What error are you getting?
Are you able to post your entire query?
July 21, 2008 at 10:02 am
Quite a tricky question, I am not aware of a way that it can be done without using dynamic SQL.
Am interested if anyone has a solution ..
July 18, 2008 at 10:28 am
Viewing 15 posts - 2,026 through 2,040 (of 2,268 total)