Viewing 15 posts - 1,081 through 1,095 (of 6,105 total)
You'll want to run a server side trace to capture this information. You can build such a trace using SQL Profiler and then get the T-SQL to create and execute...
June 6, 2008 at 2:26 pm
You can connect if you have a Windows account with the correct permissions (and that's the account you start up SSMS with). So you can manage SSIS from SSMS, you...
June 6, 2008 at 2:24 pm
Yes, you can connect to SSIS from SSMS. However, you must do so using a Windows account. SQL Server logins don't work. Hence the reason you can't change the login...
June 6, 2008 at 2:23 pm
If all you're doing is the reporting, there's probably no noticeable impact. The DDL trigger can be used to rollback the schema change (prevent it from happening), and that can...
June 6, 2008 at 2:16 pm
It is important to point out, since I saw a reference to web applications, that SQL injection is not just limited to web applications. Any time you take unsanitized input...
June 6, 2008 at 1:56 pm
blandry (6/6/2008)
June 6, 2008 at 9:43 am
Sort of related...
When I was an electrical engineering major, I asked, "Why does it work that way?" I was specifically referring to getting complex numbers when doing circuit analysis. I...
June 5, 2008 at 8:40 pm
Matt Miller (6/5/2008)
June 5, 2008 at 8:24 pm
You need to run the setup, just as if it were the first instance. The setup doesn't differ. Make sure you've got a LUN in a group separate from the...
June 5, 2008 at 6:23 pm
Alter the table to add the new column SURVEY_JOB_CODE.
Execute an update statement which converts the data from SURVEY_JOB_TITLE (or do a lookup using a JOIN, if that's necessary) and put...
June 5, 2008 at 6:20 pm
chileu17 (6/4/2008)
Sorry :ermm: where do I right click what? 😀 thanks
If you're using SSMS, right-click on the database itself. That'll bring up a pop-up menu which has a Reports option....
June 5, 2008 at 6:17 pm
okkko (6/5/2008)
Help? Btw, what Sql Server 2005 book do you recommend?
*shameless self promotion* For the question you asked here? The book in my sig. I wrote the chapter on DDL...
June 5, 2008 at 6:14 pm
Reboot is usually required.
However, the other questions you ask is a bit harder to answer. Do you have enough physical RAM to support a 4th instance? Keep in mind that...
June 5, 2008 at 6:11 pm
Been there, done that, albeit unknowingly. I used to have to send out contract updates when I was in the USAF. Had to send 'em out to folks all over...
June 5, 2008 at 6:08 pm
Lynn Pettis (6/5/2008)
June 5, 2008 at 5:11 pm
Viewing 15 posts - 1,081 through 1,095 (of 6,105 total)