Viewing 15 posts - 496 through 510 (of 1,838 total)
Unlimited has never really been truly unlimited. The current definition can be found in the MAXSIZE section of this page:
https://docs.microsoft.com/en-us/sql/t-sql/statements/alter-database-transact-sql-file-and-filegroup-options?view=sql-server-2017
Do you really need a TEMPDB transaction...
May 31, 2018 at 12:58 pm
The question was, whether...
May 30, 2018 at 2:13 pm
If statistics are out of date, that does NOT mean that they aren't being used, that typically means that the table they are on is large enough that SQL Server's...
May 25, 2018 at 1:27 pm
the oddest things on my desk are:
- a robot pencil sharpener that doesn't really work because sharpening a pencil winds it up so you can only turn the pencil...
May 25, 2018 at 9:25 am
OK, I can't make any sense of the pictures you've attached. Are you trying to create a foreign key from model to modeloption? If so, and if modeloptionID is the primary...
May 25, 2018 at 9:01 am
Lynn Pettis - Wednesday, May 23, 2018 4:49 PMReally weird part is that I run the code with no problems multiple times.
it's...
May 24, 2018 at 11:00 am
As I push my head above dense project waters to grab a...
May 23, 2018 at 1:01 pm
May 23, 2018 at 11:47 am
I think it depends if your Execute SQL task is using an OLEDB connection or ADO.NET connection to the database, they work differently.
If using ADO.NET connection then you use...
May 23, 2018 at 9:55 am
frederico_fonseca - Tuesday, May 22, 2018 9:52 PMyou need to change your code to send a string, not a list
Could they use...
May 23, 2018 at 8:59 am
May 17, 2018 at 11:39 am
The question assumes I'm not already burnt out, which I'm fairly certain that I am. I try to manage it so that the side effects of being burnt out don't...
May 17, 2018 at 10:41 am
One more place to check is in the base_object_name of sys.synonyms. That might hide the fact that a query is really using a different database.
May 9, 2018 at 2:25 pm
May 1, 2018 at 12:49 pm
April 25, 2018 at 10:39 am
Viewing 15 posts - 496 through 510 (of 1,838 total)