Viewing 15 posts - 26,386 through 26,400 (of 39,793 total)
That's amazing. I would think that if you needed help they'd call someone in anytime day or night. However you did say they were there on request. At least that's...
November 7, 2008 at 8:50 am
You can search information_schema.columns in both systems, order by name, and the compare to see which columns are in the tables, or which ones aren't.
Then you can use an ALTER...
November 7, 2008 at 6:46 am
Don't cross post: http://www.sqlservercentral.com/Forums/Topic598854-361-1.aspx?Update=1
November 7, 2008 at 6:43 am
There isn't a set hardware configuration.
How are you partitioning? What is the purpose? There isn't a way to answer a general question like this because it depends on how...
November 7, 2008 at 6:18 am
I think you have some HTML that's being seen as code and not a post.
If you want to delete everything after say, [*---, then you search for that in charindex,...
November 6, 2008 at 8:47 pm
You would need to run a tail log backup. The problem is I'm not sure how you will run one if you deleted the MDF.
You can recover to 3:00 using...
November 6, 2008 at 4:43 pm
Gail gives you the right idea. Create logins on the principal, script out and xfer to the mirror. Changes permissions/users only on the principal
November 6, 2008 at 4:40 pm
No support on weekends? Is this in the US?
That doesn't sound right. Polyserve was a small company before HP bought them, but I can't believe they don't provide support on...
November 6, 2008 at 4:38 pm
You can't avoid index fragmentation unless you don't change data. Sooner or later with deletes or page splits you'll get fragmentation. The thing to do is monitor it (as shown...
November 6, 2008 at 4:38 pm
There shouldn't be restrictions, but there could be some things that don't work. My Query Analyzer connects, but because it makes some calls that aren't supported, the Object Browser doesn't...
November 6, 2008 at 4:37 pm
The first command runs a backup to a UNC device, appending backups to the same file (listed there). This is not recommended for a couple reasons
- The backup across the...
November 6, 2008 at 2:49 pm
Once the logins are moved, if you repeat the process, they will remain there (assuming you're not messing with the master database). You will still need to use sp_change_users_login to...
November 6, 2008 at 2:45 pm
Someone must have altered them somehow and not restarted the server. Were there any trace flags set on the service startup?
You can move the files back using the process here:...
November 6, 2008 at 2:44 pm
You could search through syscomments for "select *" as a key phrase in those objects that are views.
November 6, 2008 at 2:40 pm
You need a trace to see what activity is taking place. The log grows when any transactions are running, including index rebuilds, DBCC, etc. Something is happening. Check jobs as...
November 6, 2008 at 2:37 pm
Viewing 15 posts - 26,386 through 26,400 (of 39,793 total)