Viewing 15 posts - 4,741 through 4,755 (of 7,168 total)
I am having this issue as well with the "SQL 2012 - General" forum (RSS). It does not seem to matter whether I am logged into SSC or not.
When not...
March 28, 2012 at 12:21 pm
Eswin (3/28/2012)
I tried Unicode conversion which also dint work.
Do you mean you checked the Unicode box in the SSIS File Connector?
That checkbox is a shortcut to use UCS-2 encoding. You...
March 28, 2012 at 12:05 pm
Is there something that I need to do to ensure that the Disable and Rebuild are complete and taken into account?
The commands are synchronous so they will not return until...
March 28, 2012 at 11:48 am
I had some of this scenario too with inheriting DBs created in 2000 but now on 2005, and I enabled CHECKSUM. It's a DB engine feature that has no logical...
March 28, 2012 at 11:44 am
SKYBVI (3/28/2012)
opc.three (3/28/2012)
March 28, 2012 at 11:30 am
Eugene Elutin (3/28/2012)
So, unless you forced to do so or have no good idea about other options, I would not advise using GUID's for PK for your tables.
Now that, you...
March 28, 2012 at 10:46 am
Sourav-657741 (3/27/2012)
Have you looked at upgrading? Compressed backups may help you.[Unfortunately, the sql server is SQL 2005...so no compressed bkp possible..]
I understand, that is why I asked if you were...
March 28, 2012 at 10:02 am
Eugene Elutin (3/28/2012)
You still never answered the question. You said earlier you would do a round trip for purposes of caching a bunch of GUIDs:
Where I've said that?
Even, with...
March 28, 2012 at 9:57 am
jokesbox_mail (3/28/2012)
March 28, 2012 at 9:47 am
Oh no, it does not work that way. The executable will always run in the context of the operating from which you call it, not on which you call it....
March 28, 2012 at 9:26 am
The public Role, by default, does not have permission to insert or update tables or views. Did someone change the default permissions, granting things specifically to public?
March 28, 2012 at 9:18 am
Try this:
DBCC SHRINKDATABASE(database_name, NOTRUNCATE);
Then try shrinking it again.
March 28, 2012 at 9:15 am
What command exactly are you using to shrink it. Any error message?
March 28, 2012 at 9:11 am
You're welcome.
Have you looked at upgrading? Compressed backups may help you.
More work, but you could also try spreading you index rebuilds out over time so your log backups do...
March 27, 2012 at 10:32 pm
Eugene Elutin (3/27/2012)
...
Why would you want to cache ranges of keys when using Guids? Makes no sense at all. The main reason for using guids if allocating keys in the...
March 27, 2012 at 9:16 pm
Viewing 15 posts - 4,741 through 4,755 (of 7,168 total)