Viewing 15 posts - 4,906 through 4,920 (of 7,164 total)
Ever figure it out?
Some random things to check:
1. Is the Excel file set to read-only on the production server?
2. Does the SQL Server service account have permission to read the...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 13, 2012 at 5:18 pm
GilaMonster (3/13/2012)
opc.three (3/13/2012)
2.54 is a number I recognize. Are you by any chance on a 32-bit OS with the /3GB switch enabled but without AWE enabled?
32 bit with /3GB and...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 13, 2012 at 5:03 pm
Whisper9999 (2/27/2012)
So...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 13, 2012 at 4:59 pm
2.54 is a number I recognize. Are you by any chance on a 32-bit OS with the /3GB switch enabled but without AWE enabled?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 13, 2012 at 4:48 pm
Do you have a SQL 2008 instance anywhere in your environment? Even a shared dev or private local instance? If so, or if you can stand one up, you can...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 13, 2012 at 4:43 pm
Anytime, happy to assist 😀
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 13, 2012 at 4:23 pm
Carol Adams (3/6/2012)
I have seen Red-Gate Source Control, but need to show...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 13, 2012 at 4:14 pm
You should be fine updating the subscriber (reporting instance) and leaving the publisher (live) alone. You are running a newer build on the reporting instance already so that makes it...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 13, 2012 at 3:59 pm
PHXHoward (3/13/2012)
http://sqlblog.com/blogs/linchi_shea/archive/2007/01/11/awe-and-3gb-an-empirical-picture.aspx
What an excellent article. Thank you for sharing!
The configuration I recently implemented (AWE=Yes,3GB=Yes) apparently enables SQL Server to access all 4GB of the physical memory. At the same time...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 13, 2012 at 3:38 pm
balasach82 (3/10/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 13, 2012 at 3:11 pm
PHXHoward (3/13/2012)
The Microsoft rep that we have on site this week confirmed that enabling AWE and LPIM on the 4gb RAM 32bit system would allow...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 13, 2012 at 3:00 pm
I automate this kind of admin work all the time. It's code generating code, but it's not a cursor and performs quite well up the point where db admin tasks...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 13, 2012 at 2:07 pm
If you use SQL Agent, there is no need to introduce an additional programming domain into the call stack. Ditch xp_CmdShell and call bcp from a step with type CmdExec.
SSIS...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 13, 2012 at 1:57 pm
You could try some slight-of-hand. Restore the DB, then change your DB-context to the new DB and immediately set it to SINGLE_USER mode. This will lock everyone else out except...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 13, 2012 at 1:37 pm
No. For msdb, model and tempdb issue ALTER DATABASE...MODIFY FILE to set them to the new location, shut down the instance, move the files (except tempdb, just delete files), then...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 13, 2012 at 1:00 pm
Viewing 15 posts - 4,906 through 4,920 (of 7,164 total)