Viewing 15 posts - 7,291 through 7,305 (of 49,571 total)
You do need the log file. That's what the error message is telling you, the log file is not an optional part of the database.
Restore from your last good backup.
November 15, 2014 at 6:06 am
cphite (11/14/2014)
What purpose does making it mandatory actually serve?
Simplifies the parser, makes it easier to extend the language. T-SQL's getting to the point where it's hard for the parser to...
November 15, 2014 at 5:18 am
mfriessnig (11/13/2014)
We are going to have 2 pyhscial processors that are dual core with 8 gig of memory.Does this config sound good?
I think my cell phone has more than 8GB...
November 14, 2014 at 10:18 am
Jason-299789 (11/14/2014)
MS could help the situation by having its tools like SSMS and SSDT require it at compile time.
SSMS doesn't have a T-SQL compiler. When you ask for a piece...
November 14, 2014 at 9:35 am
Jason-299789 (11/14/2014)
I don't disagree, and as Lynn states maybe if MS enforced it so that code wouldn't compile without the use of the statement terminators, like they do in C#/C++...
November 14, 2014 at 8:36 am
Lynn Pettis (11/14/2014)
November 14, 2014 at 8:27 am
sql_er (11/14/2014)
The main goal at the moment is to ensure that when a monthly report goes out we can get the data out fast.
Then stop wasting your time looking at...
November 14, 2014 at 8:18 am
Table definitions, index definitions and execution plan please?
November 14, 2014 at 7:00 am
GraveD (11/14/2014)
Does the scenario look real?
If by 'some time' you mean 'a few minutes', then yes. Otherwise no.
November 14, 2014 at 6:51 am
sqlnaive (11/14/2014)
And the name #Temp1 is taken here just for the example. Actually following naming convention.
Ok, so the posted code is not the code that's failing, but an edited version...
November 14, 2014 at 6:37 am
In the other session (where it doesn't run), is there an existing temp table created with matching names? You won't get a create table error if there is, SQL uniquifies...
November 14, 2014 at 5:09 am
slim.richard (11/13/2014)
I am trying to add a 2014 replica to a 2012 primary availability group and am trying to understand if this is a supported setup.
Only supported as part of...
November 14, 2014 at 3:59 am
Ok, so what's the goal of the partitioning? Fast load? Parallel load? Index rebuilds at the partition level? Partition switching for archive/delete of old data?
November 14, 2014 at 3:57 am
Luis Cazares (11/13/2014)
g.britton (11/13/2014)
SeanNerd (11/13/2014)
I have a table where we cannot use the typical int identity primary key column. The table...
November 14, 2014 at 3:55 am
Jason-299789 (11/14/2014)
The problem is that 90% of developers don't use the ';' on every line of code
.Well they should start doing so .The trend over the last few versions is...
November 14, 2014 at 3:54 am
Viewing 15 posts - 7,291 through 7,305 (of 49,571 total)