Viewing 15 posts - 22,531 through 22,545 (of 39,824 total)
First you need to research this a bit yourself. What information are you looking for? There is lots of stuff about replication.
Second, most of this is documented in Books Online,...
August 27, 2009 at 6:21 pm
Yep, that's how I do it for the site. VPN in, run SSMS locally on my desktop, connect to the server.
You just install the client tools from setup, but for...
August 27, 2009 at 6:20 pm
Glad to help, happy you found it. I've been stymied by these before, and usually only catch them after digging through lots of data.
August 27, 2009 at 6:16 pm
In that case, what I'd do is set up a script that
a) creates a table after recovery in some database, could be tempdb if needed
b) populates this with code, each...
August 27, 2009 at 6:15 pm
I'd agree with Brian here that you ought to examine if you really need to do this.
If you go my route, I'd be sure that you don't allow the code...
August 27, 2009 at 4:21 pm
Did you check both tables? Are you sure there aren't any other characters in there?
Do a select where you check the join fields as well, CAST the field as a...
August 27, 2009 at 4:20 pm
The tools are part of the 2008 media. I'm not sure they are distributed separately.
August 27, 2009 at 3:43 pm
You need admin rights for some things. no way around it.
What you could do, however, is put the commands in a stored proc, or even a table somewhere. Allow your...
August 27, 2009 at 3:42 pm
Not yet! I'd forgotten as well.
I'm sure I'll get a complaint about something soon.:w00t:
August 27, 2009 at 3:40 pm
The error is a conversion error, not a variable (syntax) error. somewhere in your data, you have a varchar that is being implicitly converted to a float, but it's not...
August 27, 2009 at 3:40 pm
I tend to agree with Jason. I glance at the post count, and if it's < 10, I tend to cut more slack. However I do just hint, link, or...
August 27, 2009 at 3:38 pm
No poll. I retain the right to veto all pictures I don't want up there 😉
August 27, 2009 at 3:15 pm
It's possible that permissions are not granted on that table from those roles. It's a system table, so I'd expect that db_datareader wouldn't, but I wouldn't think db_owner would not....
August 27, 2009 at 9:07 am
Is it to any server? Any query?
If so, you likely have a corrupt install. I'd uninstall/reinstall it.
August 27, 2009 at 9:07 am
Viewing 15 posts - 22,531 through 22,545 (of 39,824 total)