Viewing 15 posts - 12,991 through 13,005 (of 39,818 total)
Quick hint, write a select to find the rows you want to update first. Make sure that it returns the data you need.
November 2, 2012 at 9:28 am
To follow on with Joie's note, here's an article: http://www.sqlservercentral.com/articles/Administration/implementing_efs/870/
November 2, 2012 at 9:16 am
dstanger-666122 (10/25/2012)
Regarding "I wrote that calculated data growth for all databases on an instance and then used that to calculate how many days would elapse before I ran out...
November 2, 2012 at 9:13 am
I swear I moved Mendenhall off and another RB on, but apparently not. The SF defense rocks and Fitzgerald (once again) does nothing.
I give up. Can't seem to get anything...
November 1, 2012 at 2:43 pm
A driver installed on whatever machine is running SSIS. Usually this is the same SQL Server instance, but it does not have to be.
November 1, 2012 at 2:41 pm
I intended UPDATE statement. I know that an update can be a delete/insert at times under the covers, but since I have not found documentation that links this issue to...
November 1, 2012 at 2:40 pm
It depends. If the FK column is used in the queries, I'd combine them. If it's not, then it won't help you.
You do want an index with the FK column...
November 1, 2012 at 10:25 am
powershell.
http://ask.sqlservercentral.com/questions/1568/execute-a-query-against-multiple-servers.html
November 1, 2012 at 10:21 am
If I understand, you want to allow a user to change permissions on a view they have access to, correct? Not change the view, but the permissions?
I think you need...
November 1, 2012 at 9:50 am
When I worked at JD Edwards, OneWorld stuck an MSDE (Express) instance on client machines to cache some data.
November 1, 2012 at 9:49 am
This
i need don't duplicate value and insert some record.
and this
but i try insert that insert all record and duplicate value.
are contradictory statements. Your explanation needs to be clearer. Do you...
November 1, 2012 at 9:48 am
This is a little silly, IMHO.
Send them a backup, let them make changes, and then use diff tools, like SQL Compare/Data Compare from Red Gate (Disclosure, I work for Red...
November 1, 2012 at 9:45 am
Yes. Well not quit, but looked for a new job and moved on a couple times. The lack of challenge or excitement is a problem in work.
One time it was...
November 1, 2012 at 9:43 am
I dislike linked servers, especially do non-SQL databases since I have seen errors, especially memory errors from third party drivers in the past. This is usually over time, and in...
November 1, 2012 at 9:42 am
I tend to do what VikingDBA has done. I don't always have 3 roles, but I do always have the user role, and an admin role. Note the latter isn't...
November 1, 2012 at 9:40 am
Viewing 15 posts - 12,991 through 13,005 (of 39,818 total)