Viewing 15 posts - 316 through 330 (of 2,044 total)
Is the SSRS 2019 site in their single-signon internetzone? Browsers don't allow single signon by default
For IE it would be Security - Local Intranet ( Verification of user: only automatic...
November 23, 2021 at 12:53 pm
You could use
https://docs.dbatools.io/Copy-DbaDbTableData
with a query as a source.
Or export/import the data as csv from a restored backup
November 23, 2021 at 12:49 pm
4th wave is in full effect. Luckily most are vaccinated and have lower hopitalization needs.
Back to telework for a month
November 23, 2021 at 12:39 pm
Where is the DDL of ExtractReports.dbo.TAllData and [ExtractReports].[dbo].[TradeCodesInsert] ? I only see [Parts].[TradeCodes]
Is there any sample data to work on?
November 19, 2021 at 11:16 am
Thanks Jeff Moden for the extensive reasoning. Bookmarked this post.
Most of our non-guid indexes are fillfactor 100. If I understand correctly I'll better stop the index maintenance for now and...
November 5, 2021 at 4:29 pm
Why don't you script out the command instead of doing it through the GUI.
Do it once in the GUI but before applying choose "Script".
October 27, 2021 at 1:05 pm
I agree. TDE = encryption at rest. If SQL Server is not running, you can't make sense of the data looking at the file
Always encrypted: encryption is specific to the...
October 22, 2021 at 9:33 am
I'm interested also if this is possible. I believe not because SSRS is rendering it as Excel.
October 8, 2021 at 2:03 pm
I think in
rsreportserver.config
SSLCertificateConfiguration
September 20, 2021 at 1:01 pm
Can't help you with it. Are you using the latest SSMS?
September 10, 2021 at 8:34 am
What do you mean by "there is a small difference in DNS between VM and SQL hostname"
What software do you use for the connection?
Do you connect using the fully qualified...
September 10, 2021 at 8:29 am
The update query still takes an exclusive lock to make the necessary modifications.
Under pessimistic locking your select query waits till the exclusive lock is released.
Without the tabledefinitions ,query, queryplants it...
September 8, 2021 at 12:04 pm
If jobdatestart is a date or datetime, compare it with a date(time) instead of a string regarding [jobdatestart] > '6/1/2021'
September 7, 2021 at 9:50 am
Wat are the instance/database collactions of the 2012 reporting server? Reinstall the 2019 server using the 2012 collations?
September 7, 2021 at 8:43 am
Viewing 15 posts - 316 through 330 (of 2,044 total)