Viewing 15 posts - 4,021 through 4,035 (of 39,736 total)
From here: https://docs.microsoft.com/en-us/previous-versions/sql/sql-server-2012/ms186345(v=sql.110)
Need db_owner.
April 17, 2019 at 8:15 pm
Not sure what is going on, though without more information, this is hard to determine what might be different between the agent and manual execution. Note that with agent, your...
April 17, 2019 at 8:13 pm
Closing as this looks like a dupe
April 17, 2019 at 8:10 pm
There is a lot of work to be done in tooling, and certainly VS and other tools sometimes do a poor job of this.
There's also more work to be done...
April 17, 2019 at 7:54 pm
This is some PoSh
$loops = 10000
$i = 1
$server = "Plato\SQL2017"
$db = "OneThousand"
$start = Get-Date
while ($i -lt $loops) {
$number = Get-Random -Maximum 1000 -Minimum...
April 17, 2019 at 7:46 pm
Another quote
Ugh! Looks like I'm not the only one that going to suffer link breakages... have a look at Sean's signature line at the following post....
April 17, 2019 at 7:41 pm
Another quote
Ugh! Looks like I'm not the only one that going to suffer link breakages... have a look at Sean's signature line at the following post.
April 17, 2019 at 7:41 pm
Another quote
Ugh! Looks like I'm not the only one that going to suffer link breakages... have a look at Sean's signature line at the following post. https://www.sqlservercentral.com/forums/topic/are-the-posted-questions-getting-worse/page/4216/#post-2034220...
April 17, 2019 at 7:40 pm
Another quote
Ugh! Looks like I'm not the only one that going to suffer link breakages... have a look at Sean's signature line at the following post. https://www.sqlservercentral.com/forums/topic/are-the-posted-questions-getting-worse/page/4216/#post-2034220 ...
April 17, 2019 at 7:40 pm
Just testing for Copy'n'Paste from SSMS to the forum..
/****** Object: UserDefinedFunction [dbo].[fnTally] Script Date: 03/30/2019 20:45:59 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER...
April 17, 2019 at 7:39 pm
FWIW, posting daily items here: https://www.sqlservercentral.com/forums/forum/sqlservercentral-com/sqlservercentral-com-announcements
April 17, 2019 at 7:38 pm
Following up
1: not as easy as you'd guess, and knowing where we send emails is not simple. We could do a 2nd email as a "recovery email", which might be...
April 17, 2019 at 7:37 pm
There is some caching we're still tuning, since the load of the forums at times is overwhelming.
April 17, 2019 at 3:12 pm
No timeline now. Those are in the high priority list, but we've been focused on some styling issues for now, plus down a developer this week.
April 17, 2019 at 3:11 pm
Viewing 15 posts - 4,021 through 4,035 (of 39,736 total)