Viewing 15 posts - 13,066 through 13,080 (of 39,898 total)
Look at FOR ATTACH in here. It says that you can attach earlier versions: http://msdn.microsoft.com/en-us/library/ms176061.aspx
November 2, 2012 at 9:42 am
Note that the service account running on the new server needs rights to get to the SQL 2000 server. Along with that, use Anthony's advice.
November 2, 2012 at 9:37 am
If you print @Command, can you run it from a command window?
Have you checked the proxy that runs xp_cmdshell for issues?
November 2, 2012 at 9:36 am
The error is what is says. The CTE needs a semi colon before it runs.
If you have a CTE using the WITH statement, you can't have this.
select col1 from mytable
with...
November 2, 2012 at 9:33 am
Satyen has what I'd suggest. The connection dialog in SSMS may not default to master.
November 2, 2012 at 9:31 am
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
Viewing 15 posts - 13,066 through 13,080 (of 39,898 total)