Viewing 15 posts - 28,531 through 28,545 (of 39,810 total)
Be sure you are connecting to the servername/instancename.
so if your computer is "Bob", and you have a default and named instance of "Sales", you connect to "Bob" to connect to...
May 20, 2008 at 8:47 am
Does Sybase have a remove? Alter database xxx remove device yyy?
Or an emptyfile option?
In the v6.5 days, I thought you could remove a device if it didn't (and never had)...
May 20, 2008 at 6:13 am
If you think this should be changed, file this on Connect (connect.microsoft.com) and get people to vote for it.
May 20, 2008 at 6:08 am
Is there some reason you need this?
I'm not sure this is stored as it's not really needed like it was in SQL 6.5 and previous.
Now if you restore, the backup...
May 19, 2008 at 2:23 pm
How did you log onto the server? In SSMS, opening a query window opens a separate connection to the server. The main "Object Explorer" or "Registered Servers" are connected with...
May 19, 2008 at 2:20 pm
SQL is supposed to release memory if other applications request it, but I don't think it does it very quickly. However I agree with John that you should limit the...
May 19, 2008 at 2:17 pm
I skipped some posts, but I can see calling a web service if you want to move data into SQL Server.
But not as part of a query. If you need...
May 19, 2008 at 10:38 am
What is the errorr your getting?
Your login needs to have rights to some database to connect.
May 19, 2008 at 8:52 am
Red Gate's Log Rescue is SS2K only. ApexSQL and Lumigent have 2005 tools.
Could it be reindexing? Those are moved across and could cause the logs to grow.
May 19, 2008 at 8:51 am
I bet that once a named instance exists, the setup program detects it and prevents the install. It's possible that a scripted install might work, but I've not tried it.
May 19, 2008 at 8:49 am
The user owns an object, in this case, a schema.
Move the schema to a new user and then drop this one.
May 19, 2008 at 8:48 am
I've debated this a bit and there doesn't seem to be a reason to do this. It's likely poor evaluation of the indexes in place and just adding another one.
My...
May 19, 2008 at 8:47 am
First I think you need
... sp_executeSQL N' alter table ...'
And it works for me, SS2K5, dev, SP2.
Columns added to table.
Do you have permissions to add columns?
May 19, 2008 at 8:46 am
Steve has stated the question well and I don't think this is supported. I think the intention is that you'll only stay the same or upgrade versions, not downgrade to...
May 19, 2008 at 8:42 am
Viewing 15 posts - 28,531 through 28,545 (of 39,810 total)