Viewing 11 posts - 706 through 716 (of 716 total)
Use the command line executable: https://sevenzip.osdn.jp/chm/cmdline/index.htm
March 24, 2020 at 1:26 pm
DENY CONNECT ANY DATABASE TO [login]
March 24, 2020 at 1:16 pm
I don't have a solution to the problem as stated, but as a workaround, my suggestion/question would be:
Could you just create a subscription with the report rendered as a PDF? ...
March 20, 2020 at 10:24 pm
Is ProximityCardNumber really an nvarchar(11)? Does it really need to be? (Not if ProximityCardNumbers are numeric strings like the sample... Of course, if this this a vendor database, your control...
February 24, 2020 at 10:41 pm
https://www.diva-gis.org/gdata
https://hub.arcgis.com/datasets/a21fdb46d23e4ef896f31475217cbb08_1
https://gadm.org/download_country_v3.html
http://www.maplibrary.org/library/index.htm
And many others of varying reliability.
You'll need to use a GIS converter to import into SQL Server.
February 13, 2020 at 2:16 pm
To get plan reuse, you need to use stored procedures or parameterized queries: https://www.red-gate.com/simple-talk/sql/t-sql-programming/performance-implications-of-parameterized-queries/
October 22, 2019 at 1:20 pm
2005.
Both work, but sp_change_users_login "is in maintenance mode and may be removed in a future version of Microsoft SQL Server."
October 15, 2019 at 1:24 pm
Fortunately, it's as simple as wrapping the database name in brackets -- i.e.,
BACKUP DATABASE [update] TO DISK = N'C:\SQLBackups\update.bak' WITH INIT
Your vendor is at best, uninformed about...
August 23, 2019 at 1:22 pm
Assumption: You mean a datetime/datetime2 type and not the timestamp data type (which is just a synonym for rowversion) -- a guid-like value used for versioning.
If you are in an...
July 19, 2019 at 1:59 pm
I don't know that you could/should in TSQL.
Here is an example that uses SQL CLR to convert PDF into a series of images: https://www.codeproject.com/Articles/34551/Reporting-Services-2008-Embedding-a-PDF-Document
I don't know why this conversion couldn't be...
May 30, 2019 at 2:48 pm
Yes. AWS added that capability for SQL Server in November 2017: https://aws.amazon.com/about-aws/whats-new/2017/11/amazon-rds-for-sql-server-supports-scaling-storage-size/
A couple caveats in https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ModifyInstance.SQLServer.html:
Can't change storage for 6 hours after a change.
Some older DB...
May 22, 2019 at 2:24 pm
Viewing 11 posts - 706 through 716 (of 716 total)