Viewing 15 posts - 1,981 through 1,995 (of 2,268 total)
You can have a look at 'Schema Changes History' Report for that database using SSMS.
from this you should be able to see when the last schema change was for your...
August 11, 2008 at 11:09 am
Oracle is a lot better suited to working with cursors, SQL server works best with sets of data.
It is a bit hard to help as it depends on what...
August 6, 2008 at 9:18 am
Yes that is the way that usually done, it means you can manage all your servers from your pc, also the less server resources you use the better.
August 6, 2008 at 3:09 am
you do need SQL Management Studio to manage SQL Server, it just does not need to be installed on the server.
August 5, 2008 at 10:44 am
can you ping the server from your machine?
have you enabled Sql Browser?
August 5, 2008 at 10:35 am
Well Generally SQL sever is run on a server with a bare as possible install, this means that unless you need the service then there is no reason to install...
August 5, 2008 at 10:13 am
I thought i had a big databse at 1TB 🙂
400TB is huge, I can imagine that there would be plenty of issues invovled in maintaining it..
August 5, 2008 at 9:55 am
Management Studio does not install as default when you are installing on a server, you need to click on the option to install Client tools if you...
August 5, 2008 at 8:35 am
Restore your database to your test server, but give it another name so it does not over-write what you have, make sure you change the .LDF + .MDF file...
August 5, 2008 at 7:00 am
i sure some one can, what is your question?
August 5, 2008 at 6:20 am
The SQL 2005 Bible is a really good book which contains a lot of the information that you need to get you started.
August 4, 2008 at 11:08 am
Another way to do this rather than using permissons would be to use
system_user
you could put a conditional statement at the begining of your procedure that only runs if...
August 4, 2008 at 10:43 am
This means that you have two instances of SQL server running on the same server, it is like having two seperate sql servers running.
So you need to be careful...
August 1, 2008 at 10:43 am
It looks like you are out of space on the drive that Temp DB is running from,
Do you have some space free? or do you have another drive to...
August 1, 2008 at 9:11 am
A bit hard to tell , they still do work, are you able to post your query and the table with some sample data?
August 1, 2008 at 7:02 am
Viewing 15 posts - 1,981 through 1,995 (of 2,268 total)