Viewing 15 posts - 8,026 through 8,040 (of 14,953 total)
Using With(Nolock) can improve performance, at the cost of reliability and integrity.
The question to ask on that one is: If you were a manager, and had an employee who was...
October 22, 2009 at 7:07 am
Yes, Andre, what you posted seems okay. It's bordering on being a commercial, but I don't think it crosses the line.
If I were building a doc management system, I'd...
October 22, 2009 at 7:00 am
Personally, I've never seen any value to prefixing objects with their type. Lots of people use that practice, but I've never yet run into a situation where it actually...
October 21, 2009 at 2:50 pm
If it were running something like Windows 95, I'd agree that frequent reboots are a good idea.
Anything on the NT kernel really doesn't need that.
October 21, 2009 at 2:48 pm
Gianluca Sartori (10/21/2009)
GSquared (10/21/2009)
October 21, 2009 at 2:47 pm
Get rid of the whole loop and use the Row_Number() function. Partition by PlantID and you'll have a numeric sequence for each plant ID.
October 21, 2009 at 2:41 pm
Since ERP data is generally pretty crucial, I'd be inclined towards daily full backups and hourly or half-hourly log backups. Set that up in scheduled jobs in SQL Agent,...
October 21, 2009 at 2:38 pm
I'm not familiar with doing this in ActiveX scripts, but in T-SQL's XQuery, I'm used to seeing nulls if I've got a mismatch in the column definition, or if I...
October 21, 2009 at 2:06 pm
Check OpenDatasource in BOL.
October 21, 2009 at 2:04 pm
You can schedule jobs in SQL Server by using SQL Agent. You can set a variety of intervals and rules on the jobs, and they can be multiple or...
October 21, 2009 at 1:59 pm
*Difference between delete and truncate
One starts with a "d" the other with a "t", and then the rest of the letters
*What is identity column?
It's where they check your age when...
October 21, 2009 at 12:24 pm
There are a bunch of good discussions on this site about starting out as a DBA. Try searching for a few of those, they'll definitely help.
The best first point...
October 21, 2009 at 11:01 am
Silverfox (10/21/2009)
GSquared (10/21/2009)
October 21, 2009 at 9:11 am
Define a variable with type "bit" and assign the value to that. That's what I do.
October 21, 2009 at 9:04 am
Viewing 15 posts - 8,026 through 8,040 (of 14,953 total)