Viewing 15 posts - 6,106 through 6,120 (of 7,501 total)
should be FASTFIRSTROW.
search for "table hints" in BOL
September 7, 2006 at 7:11 am
implicit_converts will indeed messup things.
rule 1 for any RDBMS : tell the system what you know !
SQL2005 can generate nice xml-plans which show you implict conversions !
<
September 7, 2006 at 7:09 am
Would you mind testing what happens when you make it 8Gb or even 12Gb in total ?
September 7, 2006 at 6:29 am
if it finds VS2005 installed, it can add the components for SSIS (format dts), reporting server apps and the olap dev stuff.
Else it installs it all if you choose so.
September 7, 2006 at 6:25 am
another wild guess : how big is your pageing file(s) ?
September 7, 2006 at 4:18 am
Is your /3gb /pae in the first settingsline of your boot.ini
Did doublecheck that this is the active line and that your server is started with these settings !
September 7, 2006 at 2:17 am
Did you try seting MIN server memory as well as Max server memory to 6G ?
and then stop/start the sqlserver ?
September 7, 2006 at 1:38 am
jut to add ...
when you build your query in Query Analyser, you can check out the execution plan. (exstimated /executed)
(Ctrl+L or Query/display exstimated execution plan)
(Ctrl+K or Query/Show execution plan)
This option...
September 7, 2006 at 12:39 am
on your installation disk, there's a template.ini file which explains all the parameters and has a couple of examples.
Yes you can add the parameters as you expected, but you'll also...
September 7, 2006 at 12:10 am
you may want to try ...
select 'exec sp_addlogin ['
+ name
+ '],'
, password
, ', @encryptopt=skip_encryption'
from master..sysxlogins
run it on your sql2000
run the result on your sql2005
Be suspicious and TEST it !
September 6, 2006 at 12:57 am
No.
If you are authorized to be sysadm, you're internaly switched to sa.
sa has dbo-authority for the whole of the server/instance.
September 6, 2006 at 12:52 am
Did you try ...
ALTER SCHEMA system_function_schema TRANSFER dbo.fn_DateTime24;
September 5, 2006 at 8:11 am
- someone didn't pay attention when creating/altering the table. ![]()
- Latin_General_CI_AS is a "new" sqlserver2005 collation. This should have some advantages for NVarchar.
September 5, 2006 at 5:57 am
are you looking for e.g.
Me
.myrelationddl.SelectedValue.ToString
September 5, 2006 at 5:51 am
just to add to Balmukund Lakhani 's replies :
- check you have installed SQL2000 Enterprise Edition !
September 5, 2006 at 5:19 am
Viewing 15 posts - 6,106 through 6,120 (of 7,501 total)