Viewing 15 posts - 4,846 through 4,860 (of 26,490 total)
GilaMonster (7/9/2015)
May I suggest you get a new keyboard, since your current one appears to have either a broken shift key or a...
July 9, 2015 at 3:37 pm
Brandie Tarvin (7/9/2015)
July 9, 2015 at 3:31 pm
So, something like this?
CREATE TABLE #temp (
ID INT NOT NULL,
[Date] DATE NOT NULL
);
INSERT #temp (ID, [Date]) VALUES
(1, '2000-05-03'),
(1, '2001-06-10'),
(1, '2014-04-02'),
(1, '2014-07-29'),
(1, '2015-07-15'),
(4, '2001-05-07'),
(4, '2013-08-01'),
(4, '2014-02-05'),
(4, '2015-07-05'),
(4, '2014-08-01'),
(9, '2002-05-01'),
(9, '2000-04-02');
INSERT...
July 9, 2015 at 3:29 pm
OLSONEJ (7/9/2015)
The count of years in the most recent of the 3 islands based on my most recent sample data example.
In this case, wouldn't an island of one year count...
July 9, 2015 at 3:16 pm
Coming back to see what's happening and I find myself lost. What exactly are you trying to return? The maximum number of consecutive years? The number consecutive years...
July 9, 2015 at 1:23 pm
sindura.pulimamidi1 (7/9/2015)
WHAT IS THE MINIMUM POSSIBLE DATA LOSS?1 HOUR?
1 MINUTE?
10 SECONDS??
That depends on your businesses RPO/RTO/SLA agreements. It isn't something we can just say this is the minimum data...
July 9, 2015 at 10:45 am
First, your test environment should mirror your production environment to give you a better sense of what will happen in production.
Second, you say in production it uses 600G of space...
July 9, 2015 at 10:43 am
Again, what we don't know is how this all is supposed to work. All we know is that a stored procedure is supposed to be run continuously to import...
July 9, 2015 at 10:39 am
Please, pray tell, how are we supposed to tell someone how big to create their database and what autogrowth setting should be used!
July 8, 2015 at 10:23 pm
giri10488 (7/8/2015)
hi lynni am creating database so suggest me what will be the best autogrowth setting as i dont know how it will grow.
Talk to the developers building the application...
July 8, 2015 at 10:22 pm
giri10488 (7/8/2015)
i already tried on google but i want how its work exactly.
There is no way we can tell you everything about always on in a forum. You are...
July 8, 2015 at 10:01 pm
giri10488 (7/8/2015)
pls give me the best autogrowth & initial size setting for database
It depends. One thing, don't use a percentage.
It depends on the expected size of the database plus...
July 8, 2015 at 9:54 pm
Not enough information to really help. If you run it as a scheduled job and have it scheduled to run every minute, for instance, if the job is still...
July 8, 2015 at 9:49 pm
wa220 (7/8/2015)
July 8, 2015 at 9:37 pm
In addition to the t-log backups running as frequently as the amount of data you are willing to lose, it also depends on managing the size of your transaction log....
July 8, 2015 at 7:42 pm
Viewing 15 posts - 4,846 through 4,860 (of 26,490 total)