Viewing 15 posts - 1 through 15 (of 224 total)
I'm sorry, this was never resolved.
The Service Broker piece was a small part of a massive corporate conversion project that had fundamental flaws. The entire project failed and never...
September 23, 2017 at 10:25 am
Despite both references (including MSDN) stating that the Database class can be used to create a master key, it doesn't appear to be an outright ability of the Database class....
February 14, 2017 at 7:32 am
The code posted does not gracefully handle empty strings and spaces in the fields. So, every column should be wrapped in NULLIF if there are not a column constraints...
January 25, 2017 at 8:39 am
Below is an example of how this might work. The calendar data that I entered reflects a typical US school calendar for January 2017, with holidays on January 2...
January 19, 2017 at 8:38 am
The table tbl_bookings is outer joined. Thus, every reference to columns from that table must allow for the column to be NULL. The WHERE clause references to tbl_bookings must allow...
December 27, 2016 at 10:11 am
Seriously, get a new job ASAP.
Someone has been looking to "get you", and the new database gave that person an excuse. You told your boss that you can't do your...
December 8, 2016 at 10:30 am
Charles Kincaid (11/20/2016)
November 22, 2016 at 10:29 am
Phil Parkin (11/16/2016)
Well done on sorting that out.Presumably the package was originally developed for a 2012 back-end (using Native Client 10.1) which was migrated to 2014 (NCLI 11)?
That would...
November 16, 2016 at 2:11 pm
The maximum numbers are not near the thresholds, but rows that have been deleted and rolled back also increment the identity. Please run this query and post the results:
SELECT IDENT_CURRENT('MAP_MONTH')...
November 15, 2016 at 8:14 am
Googling this error gives widely varying results. There are different kinds of scenarios that cause it, some of which are fixed by cumulative updates.
I suspect this is SQL Server's way...
October 18, 2016 at 4:29 pm
I see two possible issues here.
First (and most important), SQL is probably returning multiple errors, but you are only seeing the last one. When SQL does this, the first one...
October 18, 2016 at 7:52 am
I've been using Google Maps for "directions" every day, not because I don't know the way to to work, but because Google does a better job than I do of...
October 10, 2016 at 9:06 am
Memory optimized tables are fairly new to me, and apparently to the third party who has written these procedures. While investigating this issue, I saw the retry logic recommended. No,...
October 5, 2016 at 4:55 pm
Surely this procedure exists elsewhere. Here are a few places to look:
- Source code control
- Database backups
- Local copies of this database on developers' computers
- Copies of this database on...
October 5, 2016 at 2:36 pm
Viewing 15 posts - 1 through 15 (of 224 total)