Viewing 15 posts - 1,396 through 1,410 (of 3,738 total)
I looked up the reviews on Amazon and the solutions that the author provided did not work.
It is a hassle.
This is the exact error:
Msg 5173, Level 16, State 1, Line...
June 17, 2012 at 5:00 pm
GilaMonster (6/17/2012)
What is the exact script you are using?Why don't you contact MS press or the author and ask them for a working DB?
This is one of the scripts.
CREATE...
June 17, 2012 at 3:40 pm
GilaMonster (6/17/2012)
Welsh Corgi (6/17/2012)
I renamed the file and I get an error that the file does not exist.
What, in explorer when you rename the file you get an error?
What happens...
June 17, 2012 at 2:59 pm
I renamed the file and I get an error that the file does not exist.
I have never had so much trouble attaching a Database even when missing the log file.
What...
June 17, 2012 at 2:26 pm
I missed the:
FOR ATTACH_REBUILD_LOG;
I tried it and still got the same error.
I not sure how I should go about renaming the log in T-SQL Syntax.
Thanks.
June 17, 2012 at 1:42 pm
Here is the link to the download.
I used the CD that came with the book.
June 17, 2012 at 1:28 pm
Thanks.
I executed the following
but it is trying to attach the log file.
How do I force it to ignore the log file?
CREATE DATABASE MdxStepByStep
ON (FILENAME...
June 17, 2012 at 12:36 pm
I discovered that the Proxy that I created was unassigned.
I did everything in T-SQL Code prior but I assigned the Proxy that I created to the SSIS Package Execution Proxie.
I...
June 8, 2012 at 1:50 pm
Actually the problem went away for almost a week and started up again.
I determined that we are not being blocked by a firewall.
I was able to obtain a dedicated NAT...
June 7, 2012 at 10:48 am
sqlfriends (6/6/2012)
June 6, 2012 at 4:41 pm
CREATE TABLE encrypt_table
(
table_id INT IDENTITY,
sch_name VARCHAR(50),
table_name VARCHAR(50),
...
June 6, 2012 at 12:48 pm
The reason for stopping & starting the service is proably classified.:-)
I have used the Start & StopService method of the Win32_Service Class to do this.
I would not use SQL Server.
...
June 6, 2012 at 12:00 pm
Lynn Pettis (6/6/2012)
I have to ask, why are you using SQL Server to stop and start a windows service?
Why don't you use something like VBScript and add it to a...
June 6, 2012 at 11:40 am
The following are the steps that you should follow.
You can do this in T-SQL or SSMS.
Add the SSQLServerAgent Account to the SQLAgentUserRole Role
Create a Credential
Create a Proxy
Associate Proxy with Subsystem
Grant...
June 6, 2012 at 11:33 am
sqlfriends (6/6/2012)
To let sql service account have windows admin rights, still goes back to my initial question, is it too much to give SQl service account windows admin rights?
If you...
June 6, 2012 at 11:18 am
Viewing 15 posts - 1,396 through 1,410 (of 3,738 total)