Viewing 15 posts - 1 through 15 (of 271 total)
The transaction log files are the ldf files (Assuming normal convention of file extension). So your question is a bit confusing. Can you clarify what makes you think they are...
December 4, 2014 at 11:17 am
Thanks for pointing out my incorrect assumption - so used to including both the BEG END and GO I had forgotten which avoided the issue!
Mike John
September 11, 2014 at 8:58 am
One other thing to check,
In the script that CREATES the stored procedure, have you by chance got a call to the same stored procedure.
Something like
create procedure a (@params...
September 11, 2014 at 2:48 am
That is interesting, can you elaborate on what has changed please? I have not found anything documented.
Many Thanks
Mike John
April 11, 2014 at 7:47 am
Totally agree with Jack.
Mike John
April 3, 2014 at 6:46 am
I'll chip in in support of underscores to break words up and all names lowercase. Reasons are simply I have seen a db that was PascalCase moved to a system...
March 18, 2014 at 7:16 am
Glad to know it sorted the problem - thanks for coming back.
Mike John
March 14, 2014 at 2:02 am
For the characters in your example you need to use the data-type "Nvarchar" rather than "varchar".
This would apply to the column definition in the table, and any parameters in...
March 12, 2014 at 9:40 am
I think when you say "stored as in my example" you are probably referring to the ORDER of the rows in the example tables, as nothing else in there would...
February 13, 2014 at 3:25 am
I think you will need to explain more about what you mean by "mapped to" in order to get a comprehensive reply.
You can certainly install SSIS,, SSAS, and the core...
February 12, 2014 at 10:11 am
On the line that defines the CTE:
WITH cteSource ( NAME, ID, GR, SC,
You have a column called NAME, but the select that immediately follows starts with a...
November 7, 2013 at 1:27 am
While cast to decimal may have worked in this instance, I think looking at the table definition and changing the underlying datatype there would be a better option - assuming...
October 18, 2013 at 3:23 am
Float is not an exact data type. The internal storage format can mean rounding is being done that may not be visible to you. It would be interesting to get...
October 18, 2013 at 2:48 am
Viewing 15 posts - 1 through 15 (of 271 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy