Viewing 15 posts - 106 through 120 (of 347 total)
correct, the only things necessary is the AWE option and the lock pages in memory permission for your SQL account.
September 30, 2008 at 3:25 pm
I know for a fact that it is necessary to use AWE - I've tried it without doing so.
September 30, 2008 at 2:53 pm
make sure the execution account is setup properly. open the login and ensure that the login has access to it's default database.
September 30, 2008 at 2:49 pm
yes, you can use 64GB, but you need to enable AWE for 32 bit.
September 30, 2008 at 2:47 pm
well, it's a real sticky one when dealing with a problem like this where it could be SQL or exchange. it's hard to say where to concentrate your efforts. Personally,...
September 26, 2008 at 3:45 pm
Well, I'm not sure on that one. Like I said, I have experienced that issue outside of SQL, and I'm not really sure what fixed it. I assumed the exchange...
September 26, 2008 at 3:12 pm
you could write a stored procedure that does you select and give them execute on that stored procedure. That way they can do their select without having permissions on the...
September 26, 2008 at 2:51 pm
I have had this happen outside of SQL. On of my colleagues would send me an email and it would come through twice. We verified that he only sent it...
September 25, 2008 at 3:24 pm
Indeed, however, they all know not to restore this database and hopefully this will remind them. I'm also adding text to the alter database trigger to remind us that we...
September 19, 2008 at 9:10 am
I'm going to use a SQL job to do that loop and keep a connection open and an alter database trigger that will prevent them from putting the database in...
September 19, 2008 at 8:56 am
Luckily this is a test server, but it does cause others quite a bit of work if it is overwritten.
September 19, 2008 at 8:38 am
if you use sp_execute, the plan will be more likely to be reused on multiple executions. Otherwise, if you don't want to use synamic SQL, you could have conditional statements...
September 15, 2008 at 7:04 am
1 - yes, they are still faster than in line SQL. They are precompiled and SQL makes some assumptions on what it thinks will likely be passed to it.
2- that...
September 12, 2008 at 3:01 pm
this doen't always work, but we have had some sucess with it. try creating your odbc source from this location:
c:\windows\syswow64\odbcad32.exe
September 12, 2008 at 2:14 pm
A Les Paul silverburst! what a sweet guitar that is!
September 12, 2008 at 9:01 am
Viewing 15 posts - 106 through 120 (of 347 total)