Viewing 15 posts - 5,461 through 5,475 (of 6,022 total)
drew.allen (7/22/2011)
Eric M Russell (7/21/2011)
SQL_By_Chance (7/21/2011)
July 22, 2011 at 8:23 am
GilaMonster (7/21/2011)
Eric M Russell (7/21/2011)
When in doubt, then use LEFT JOIN.. WHERE.. IS NULL, because it will scale better for very large rowsets.http://sqlinthewild.co.za/index.php/2010/04/27/in-exists-and-join-a-roundup/
In my experience, a large table is...
July 22, 2011 at 8:05 am
IRK (7/19/2011)
I prepared same query in following 3 ways
1) using NOT IN
2) using LEFT JOIN WITH NULL
3) using NOT EXISTS
then the Query cost is same i.e., 33%,33%,33%
at last...
July 21, 2011 at 3:52 pm
SQL_By_Chance (7/21/2011)
Thanks a lot for your thought. As, I can't change the schema. I think the most suitable suggestion that worked for me is the Update and then indexing...
July 21, 2011 at 3:38 pm
Raphra (7/18/2011)
July 21, 2011 at 2:03 pm
Here is a script I wrote up a while back. It uses impersonation and the has_perms_by_name() function to test access permissions for a specific account against each database object. If...
July 21, 2011 at 10:49 am
Rather than jumping through all the hoops of impersonating a SYSADMIN, you could just grant the login(s) VIEW SERVER STATE permission.
July 21, 2011 at 10:10 am
I don't know about your SharePoint environment, but where I work we use it mostly for publishing documents, typically MS Office or PDF documents. One thing to keep in mind...
July 21, 2011 at 9:35 am
Freddie-304292 (7/21/2011)
July 21, 2011 at 9:17 am
sqlfriends (7/19/2011)
Thanks,but sorry I provided wrong information.
The database now is 116 gb, and it gorws 6 gb every week.
Not knowing anything specific about managing SharePoint portal applications or databases,...
July 21, 2011 at 8:58 am
The skillset for database development and administration, specifically SQL, tends to hold it's value longer relative to other IT skills like web or mobile device development. New features like analytical...
July 20, 2011 at 3:03 pm
spadavala82 (7/18/2011)
The Results in this Table are:-
id name1name2
1 1,2,3
2 2,3,4
3 4,5 ...
July 20, 2011 at 12:48 pm
Steve Jones - SSC Editor (7/20/2011)
cengland0 (7/20/2011)
blandry (7/20/2011)
Since Microsoft and most other software vendors change their systems every 6-18 monthsYes but how often does your company update their software?
I'd tend...
July 20, 2011 at 10:24 am
Rod at work (7/20/2011)
July 20, 2011 at 8:47 am
When it comes to technology training, I've always trained myself. I attend monthly user group meetings and local day events, and I earned my certifications by studying exam prep books...
July 20, 2011 at 7:50 am
Viewing 15 posts - 5,461 through 5,475 (of 6,022 total)