Viewing 15 posts - 46 through 60 (of 94 total)
What's the Query or Stored procedure that's running? Complex views quite often show this behaviour!?
October 20, 2005 at 4:24 am
I've just switched back to a usual temp table now ... profiled the sproc in question, and am not getting an recompilations (which is why i usually go for variables...
October 5, 2005 at 8:02 am
Cheers Remi
This statement's about the only thing that may make sense :
"Table variables do not maintain statistics like temporary tables can. Statistics cannot be created on table variables through automatic...
October 4, 2005 at 11:11 am
The results may be slightly unexpected, but if you look at "View Resolution" in BOL, it might explain what SQL Server is actually doing! Remember that a View isn't a...
September 28, 2005 at 3:29 am
MS Clusters are MS Clusters, and there's not much more u can say! When a failover occurs, there's usually so much it has to do that some single thing may...
September 23, 2005 at 3:18 am
"SQL Server sys. admin. account "sa" is required to run some functions and replacing this with a named admin account which should have the same access rights as "sa" just...
September 19, 2005 at 4:17 am
yeah yeah ... that's what we tell our users as well!?????
September 13, 2005 at 10:35 am
yeah yeah .... that's what we tell our users as well!?
September 13, 2005 at 7:23 am
Contrary to the usual, i've managed to find the issue on the net faster than someone at SQL Central can post a reply!? lol
the following gives a basic description of...
August 30, 2005 at 7:54 am
The problem is that u have a text node on first menu_ID item, but then have child elements as well
<Menu_ID>002
<MenuTable>
<Sub_Menu>
<Menu_ID> 00201 </Menu_ID>
<Menu_ID> 00202 </Menu_ID>
<Menu_ID> 00203 </Menu_ID>
</MenuTable>
</Sub_Menu>
</Menu_ID>
This isn't good practice when...
August 24, 2005 at 3:16 am
lookup the STUFF() function in BOL! Should do the job for u!
July 26, 2005 at 10:53 am
I think the first question is Why WOULDN'T they be logged into their workstations???
Secondly, has the SQL Server been published to the Active Directory or summat like that??
June 29, 2005 at 3:36 am
just try not to hit a port that's standard to summat else (can usualy find standard port lists on the web!). Last time i set one up, i put in...
June 14, 2005 at 6:50 am
Viewing 15 posts - 46 through 60 (of 94 total)