Viewing 15 posts - 1,111 through 1,125 (of 13,465 total)
check to see how long your history retention is; it could easily have been written, but aged out by the time you look at it.
if it is still a the...
April 22, 2016 at 12:38 pm
it's been a while on this thread, but i had this occurred to me twice since i last followed up on this;
here's some notes i took about the service broker...
April 21, 2016 at 2:54 pm
I'm guessing it has something to do with collation.
can you run these commands, and report what the values are?
with that, i could replicate the issue, ib et:
select databasepropertyex(db_name(),'collation')
select databasepropertyex('master','collation')
April 20, 2016 at 12:17 pm
bgrossnickle are you using the original code fromt eh article, or the updated code from the discussions here?
over the years, we've made a lot of improvements; your example table...
April 20, 2016 at 9:31 am
you can also do a shift + Right Click on the item to get a Run As Different User context,w here you can put in the other domain credentials.
April 20, 2016 at 5:51 am
limiting access to an existing workbook would simply be permissions on a file share, right?
I don't think you need powershell for that, just assign the right permissions to a folder...
April 19, 2016 at 5:39 am
you posted in SQL2008 forum, so my questions are for that platform. i think you might be posting a MySQL question in a SQL Server centric forum though.
Since SQL Server...
April 18, 2016 at 2:23 pm
did you already grab the General Equivilency Mapping stuff?
https://www.cms.gov/medicare/coding/icd10/2015-icd-10-cm-and-gems.html
your example is a great one how codes don't have exact equivelents
in the file for ICD9 to OCD10, 250.00 maps to E11.9,...
April 18, 2016 at 10:50 am
GonnaCatchIT (4/15/2016)
I tried increasing the timeout to a 1 hour , but still get the same issue.
If the Query plans are being generated differently on 2 environments....
April 18, 2016 at 10:31 am
we can't help you with homework, but if you have specific questions you can't seem to get right, if you show us what you've done,we can offer suggestions.
If i...
April 18, 2016 at 5:26 am
the If does not shortcut the validation for objects and columns. all objects must exist before the statement executes. you see the smae behavior if you have an ADD column...
April 15, 2016 at 1:23 pm
i think it's related to permissions; a lot of the time someone might get a permissions error that says
"User does not have required permissions. Verify that sufficient permissions have...
April 15, 2016 at 1:18 pm
is there a specific error? what if you try https?
April 15, 2016 at 12:33 pm
Mel Lusk (4/15/2016)
You can't use DML triggers on a system table....https://technet.microsoft.com/en-us/library/ms187834(v=sql.105).aspx
old thread from six years ago...
the msdb object mentioned msdb.dbo.restorehistory is not a system object; adding a trigger to...
April 15, 2016 at 9:30 am
since this is on a cluster, pretty sure you cannot use local disks to each box, regardless of whether they are SSD's or not ; only drives that are shared...
April 15, 2016 at 7:07 am
Viewing 15 posts - 1,111 through 1,125 (of 13,465 total)