Viewing 15 posts - 466 through 480 (of 2,694 total)
those files you are getting.... can you answer the following.
...
September 24, 2023 at 9:30 pm
why are you dropping and recreating the indexes? what are you trying to accomplish with it?
(for Phil - OP has DROP_EXISTING = ON so indexes are there already while import...
September 24, 2023 at 12:41 pm
as Ant-Green mentioned above you need to use a SSMS version compatible with SQL 2012 - SSMS 19 only supports 2014 or higher and you are trying to connect to...
September 22, 2023 at 4:10 pm
you will need to speak with vendor - and see if the application is already prepared to work with SQL Server instead of Sybase. It may well be just a...
September 22, 2023 at 11:29 am
read this for an explanation https://stackoverflow.com/questions/46312573/ssrs-the-restrictions-imposed-by-the-constrained-flag-in-the-strtoset-function
September 21, 2023 at 7:52 am
The intention was to know the reason do we need to bother about fragmentation for tables with 10's or few 100's of pages. I see dev team...
September 13, 2023 at 1:05 pm
getdate will get the current date from the server it is executed on - if you need UTC datetime as part of your processing you need to use one of...
September 12, 2023 at 1:22 pm
and you have been advised before that if a join does not return the rows you expect you either
1 - don't have the correct data
2 - don't have the correct...
September 10, 2023 at 7:26 pm
well.. on that case you should not be trusting this site either - garbage can be anywhere.
your solution is to turn, which it seems you haven't so far, to microsoft...
September 8, 2023 at 6:35 pm
and what have you googleed and read on the documentation about moving datafiles? there are plenty of examples and documentation is rather clear on what to do.
September 8, 2023 at 6:14 pm
error is likely related to the logon type within the computer itself - a service account used for SSRS needs to be setup "correctly" through the admin pages - not...
September 8, 2023 at 3:21 pm
a VM is always a VM - no difference from being a Vmware vm, or a hyper-v vm (on prem or on cloud) - its all the same internally.
creating snapshots...
September 6, 2023 at 9:53 am
maybe they did it on VS2022 (this is the first one starting to be 64bit) or maybe they didn't use the ACE drive but one of the other ones.
or maybe...
September 5, 2023 at 7:07 pm
To be honest, I've never needed the 32 bit version and so I've never tried to install it in parallel with the 64 bit version. That being said, you've...
September 5, 2023 at 5:03 pm
the first query is running on a loop, executing a series of statements ,including the delete you see. This loop has a outer transaction so until the transaction is finished...
September 5, 2023 at 9:57 am
Viewing 15 posts - 466 through 480 (of 2,694 total)