Viewing 15 posts - 421 through 435 (of 2,044 total)
You might want to verify the integrity of the sql 2000 backup with dbcc checkdb
Not sure when page verify Checksum was introduced (better than torn-page detection) for corruption detection
https://www.sqlskills.com/blogs/glenn/setting-your-page-verify-database-option-to-checksum/
May 15, 2020 at 2:24 pm
Me neither, apparently EDI-files https://en.wikipedia.org/wiki/X12_Document_List
May 5, 2020 at 2:30 pm
Recommendations: keep it within the applications specs.
Downside of having nvarchar too big:
More memory reserved in applications / sql server for retrieval of data as each field can hold more data.
No...
April 30, 2020 at 11:57 am
Thanks for mentioning sys.dm_db_persisted_sku_features, didn't know it existed
April 30, 2020 at 11:22 am
I personally dislike single letter aliases, usually too short to have a representative meaning. With a as (), b as (), c as (), d as () . Select ......
April 28, 2020 at 10:11 am
Probably there is a filter active on tablix, dataset, ... Do you have the same problem in a blank report with just the sp?
April 21, 2020 at 8:28 am
Use synonyms, views on srv 2 ? Srv3 queries srv2 (which queries srv1)
April 21, 2020 at 8:27 am
Music is certainly a help to cope with the isolation. Rediscovering my cd-collection and noting down some of the better songs
April 10, 2020 at 11:06 am
An exclusive lock on a table is quite drastic. Which isolationslevels are in play? http://thesqlgirl.com/2016/11/01/sql-transaction-isolation-levels/
April 3, 2020 at 9:57 am
We are also using Veeam to do our SQL backups.
April 3, 2020 at 9:45 am
Is SQL browser running?
March 26, 2020 at 2:49 pm
I don't think you can limit it to a particular database. Security is handled with linked server login mapping and the destination can also block certain logins
https://docs.microsoft.com/en-us/sql/t-sql/functions/openrowset-transact-sql?view=sql-server-ver15
March 25, 2020 at 10:03 am
Glad you found your solution. Thanks for posting it
March 25, 2020 at 9:59 am
Viewing 15 posts - 421 through 435 (of 2,044 total)