Viewing 15 posts - 556 through 570 (of 6,678 total)
Even if you have a prior agreement - and the provider is sending the data in YYYY-MM-DD format you could still have problems depending on the data type...
May 13, 2022 at 7:24 pm
You also need to remove the SSIS maintenance agent job - but other than that there shouldn't be any issues. That system will still think it has been configured though...
May 13, 2022 at 5:45 pm
As I have stated in your thread at SQL Teams - using SSIS for what you are trying to accomplish is going to be much more work than utilizing SSRS. ...
May 13, 2022 at 5:19 pm
Actually, the development team should have nothing to do with how the data in the db is physically stored. That's the DBA's job. (Sorry, just had to...
May 12, 2022 at 9:04 pm
Actually, the development team should have nothing to do with how the data in the db is physically stored. That's the DBA's job. (Sorry, just had to say that...
May 11, 2022 at 8:55 pm
There isn't anything that states you must have a separate filegroup for each partition - in fact, you could have all partitions in the same filegroup or split across 2...
May 11, 2022 at 7:30 pm
When the preference is set to secondary only - log backups must occur on the secondary node without copy_only. When you perform the log backups on the primary node Ola's...
May 11, 2022 at 7:09 pm
It's free. Try it. If it doesn't work out, upgrade to the Standard Edition.
And do heed Steve's warning about not being able to create jobs or schedule them. As...
May 11, 2022 at 5:31 pm
You cannot prove that a date like 2022-05-09 is actually in the YYYY-MM-DD format. For example, in SQL Server in the English Language, that will be YYYY-MM-DD but, if...
May 11, 2022 at 5:27 pm
There really isn't an 'online' redo logs in SQL Server - but there can and will be transactions in the log that have not yet been backed up. In the...
May 7, 2022 at 4:33 pm
Thanks for all specially yours .... SQLisAwe5oMe
That is OK but now server is not connecting from other PC on LAN
I need some more help plz.
What did you change? Is...
May 7, 2022 at 4:21 pm
The problem with using IP address alone is that there's no indication that you wish to connect to the specific \SQLSRVR2008 instance.
If you set the IP port number for...
May 6, 2022 at 7:05 pm
Part of the problem is that SQL Server implicitly converts the results to a higher precision than you specify for one or both of the operands. If it didn't do...
May 6, 2022 at 5:16 pm
One of the problems with Ola's utilities is that it relies on arbitrary limits to determine when to use REORG vs REBUILD. In fact, you are probably going to hear...
May 6, 2022 at 4:59 pm
Viewing 15 posts - 556 through 570 (of 6,678 total)