Viewing 15 posts - 1,141 through 1,155 (of 1,335 total)
Is SQL Server running with port 1433. If so try with servername,1433. Else check whats the port being used by sql and login with that port.
June 14, 2007 at 6:48 am
Daft(Might not be your right name)
You are in the right forum for asking questions in SQL Server. You will find answers for all ur questions here.
June 14, 2007 at 6:47 am
Its better to upgrade all ur servers to SP2. It has fixes for lot many problems. SSIS had many problems with SP1 and many has been fixed in SP2.
June 14, 2007 at 6:46 am
Check if the coonection property is given right. Packages fail if the connection are not right or modified wrongly.
June 14, 2007 at 6:42 am
If you are using log shipping you have the option to toggle between standby and recovery mode. hope yoy can try that.
June 14, 2007 at 6:31 am
thats in KB. you need to sum up the index, data and reserved columns to get the space used by a table.
June 14, 2007 at 6:29 am
use alter database to change the size of tempdb then restart sql services.
June 14, 2007 at 6:25 am
There are few ways.
1. Start your profiler and trace the activity
2. Audit the server login and logoff
3. write a job to track all the users activity that happens between 4AM...
June 14, 2007 at 6:11 am
Hey you do you want to use your mail XPs when 2005 has database mail with it which does a more powerful job to send mail than the previous mailing...
June 14, 2007 at 6:06 am
select * from opendatasource('Microsoft.Jet.OLEDB.4.0',DataSource="PATH OF EXCEL FILE";user id =Admin;password=;Extended properties='Excel 8.0')..[Sheet1$] where your conditio.
Is this query enough for you.
June 14, 2007 at 5:25 am
Case senstitive depends on the collation settings that is preferred. You can set collation @ server, database, table and column level.
June 14, 2007 at 5:05 am
http://www.sqlservercentral.com/forums/post.aspx?forumid=146&messageid=373676
I have already posted the query there.
June 14, 2007 at 5:04 am
You can bring all under the same transaction. So that i you get error at then end the whole transaction is rolled back.
June 14, 2007 at 12:06 am
Are you sure you have not taken any backups after dec 6th. If so you can try this. Take a full backup as of now. Then take a transaction log...
June 13, 2007 at 11:05 pm
If you want you can sum the data,index and reserved columns to find out the exact space used by the tables.
June 13, 2007 at 10:41 pm
Viewing 15 posts - 1,141 through 1,155 (of 1,335 total)