Viewing 15 posts - 5,461 through 5,475 (of 6,025 total)
The obvious requirements for a "SQL Server Developer" would be to know relational database concepts and how to write SQL. Start with a book on generic RDMS theory, data modeling,...
July 25, 2011 at 9:17 am
I suspect there is something in the other four databases that reference the CONFIG database. Trying running a SQL Profiler trace filtered on the database object CONFIG, and then have...
July 25, 2011 at 8:55 am
Reading email doesn't necessarily have to involve preemptive multi-tasking. The developer can read and reply as they come in, or he can just let them queue up for a couple...
July 25, 2011 at 8:43 am
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
Viewing 15 posts - 5,461 through 5,475 (of 6,025 total)