Viewing 15 posts - 3,346 through 3,360 (of 7,496 total)
- please provide the full statement exactly as you execute it !
(maybe even post the db create ddl)
- keep in mind, you cannot empty the primary file ! (it contains...
October 29, 2009 at 2:57 pm
I bet it would go very much faster the other way around :w00t: :hehe:
Did you check these Database Mirroring Best Practices and Performance Considerations ? http://technet.microsoft.com/en-us/library/cc917681.aspx
October 29, 2009 at 1:51 pm
- It is a very bad habit to use a domain admin account for sqlserver service account.
Always aim for minimal rights for any service account to keep doors as...
October 29, 2009 at 1:45 pm
IMO easyest is to script it all and execute the scripts at the target instance.
Keep in mind to also script the granted usage rights.
What do you need to script ?
have...
October 29, 2009 at 1:40 pm
repent_kog_is_near (10/28/2009)
x86-32 is where we are now.What are the factors that should influence going for 64bit environment.?
Search SSC for "64-bit"
http://www.sqlservercentral.com/articles/News/abitabout64bit/1360/
http://www.sqlservercentral.com/articles/Miscellaneous/overviewof64bitsql/1166/
and off course at MS.
October 29, 2009 at 1:32 am
You should also be more specific as to what you are trying to ship to your client.
Content of a single table vs content of multiple tables, a filegroup, a full...
October 28, 2009 at 3:22 pm
This should really be handled by your user interface.
Since you state that is not an option, I guess you will be exporting sql data using query analyser or bcp.
In that...
October 28, 2009 at 3:13 pm
Lutz pointed you to Lynns great article .
One thing to keep in mind, especially with datetime, but it also goes for other datatypes:
Keep your data in the original datatype as...
October 28, 2009 at 3:07 pm
just my 2ct
IMO you are trying to persist some kind of state of your "client" session.
An option can be to add a session identifier to your row a key component.
Another...
October 28, 2009 at 3:04 pm
What Windows version and edition are you on ?
(x86 / x64 / ia64)
October 28, 2009 at 8:42 am
repent_kog_is_near (10/27/2009)
so if I reset the errorlog, then I should be able to see the setting/option for LPIM in the erorrlog right after...
October 28, 2009 at 1:31 am
I know it is on x64, I haven't enabled it on 32bit.
October 27, 2009 at 10:24 am
This info is written at sqlserver startup time.
To prevent ending up with xMB of errorlog file size, many choose to recycle the errorlog file using the commands I posted.
If the...
October 26, 2009 at 11:40 am
http://technet.microsoft.com/en-us/library/ms190730%28SQL.90%29.aspx
states:
The Windows policy Lock Pages in Memory option is disabled by default. This privilege must be enabled to configure Address Windowing Extensions (AWE). This policy determines which accounts can use...
October 26, 2009 at 10:29 am
You will not find this info is the errorlog has been rolled over.
e.g. using "EXEC sp_cycle_errorlog" or "DBCC errorlog"
You should find it after a fresh start of the sqlserver instance.
Else...
October 26, 2009 at 9:04 am
Viewing 15 posts - 3,346 through 3,360 (of 7,496 total)