Viewing 15 posts - 4,141 through 4,155 (of 5,394 total)
It really depends on what you are planning to do with this database and how the storage is.
My typical settings are something like this.
MDF Initial Size = 100
LDF Initial Size...
June 21, 2010 at 3:07 am
This piece of the stack trace is self-explaining:
System.Net.Sockets.SocketException: No such host is known at
System.Net.Sockets.TcpClient..ctor(String hostname, Int32 port)
It says host unknown.
June 21, 2010 at 3:02 am
I see at least three problems in you code:
1. Your trigger assumes only one record was modified. It's not guaranteed to be so.
2. You use the NOLOCK hint, that could...
June 21, 2010 at 2:58 am
It depends on the licensing model you choose to implement.
You can go Server + CAL or per processor.
Last EE we bought (1 processor license) was around € 42.000
June 21, 2010 at 2:51 am
Short answer: yes, just type
CREATE PROCEDURE someProcedure AS
BEGIN
your code here
END
Long answer: I suppose you already have tried this and you have issues, so, go on...
June 21, 2010 at 2:46 am
This usually happens when your transcations escalate from local to distributed and you don't have XACT_ABORT set to ON.
Have you checked that?
June 21, 2010 at 2:33 am
Looks like a network problem. Is the SQLAgent machine the same as SSAS?
June 21, 2010 at 2:30 am
Duplicate post, removed.
June 21, 2010 at 2:27 am
I see something on the "description" field, but it doesn't get displayed in the thread view. It gets truncated on the forum view, but I see the first few words...
June 21, 2010 at 2:27 am
Have you tried opening that UNC path from the database server?
I don't see that working: "\\serverip\h:" should be something like "\\serverip\h$". Even better, it should be a different share from...
June 21, 2010 at 2:24 am
CirquedeSQLeil (6/20/2010)
.....
Haha - maybe I should have made a few bets this last week.:-D
Horrible match. Looks like the "world champions" have disappeared.
Just a few notes:
1. Killen should be named...
June 21, 2010 at 1:24 am
Yes, it's no problem.
You can use the SQL Express SSMS to connect to any edition.
June 18, 2010 at 2:15 pm
Formatting and indenting is fundamental.
Using a formatting tool can help a whole team sharing the same formatting standards, which is something that makes the effort even more meaningful and...
June 18, 2010 at 9:00 am
Viewing 15 posts - 4,141 through 4,155 (of 5,394 total)