Viewing 15 posts - 106 through 120 (of 156 total)
INT value is 2^32 which is 4.294 billion or -2.147 billion to 2.147 billion. So yes it will count up from 0 (once it reaches 0) starting at -2.147billion.
May 30, 2016 at 9:15 am
I would run a trace, for as long as possible on just activity relating to SA, save that info to a file/database and then do some good old fashion data...
May 25, 2016 at 12:49 pm
APA0876 (5/12/2016)
Smendle (5/12/2016)
TheSQLGuru (5/12/2016)
Smendle (5/12/2016)
The OP wasn't confused or asking about WSFC. He was asking about a SQL Server Failover Cluster...
May 12, 2016 at 1:53 pm
TheSQLGuru (5/12/2016)
Smendle (5/12/2016)
All of your answers you seek are available from Microsoft...The OP wasn't confused or asking about WSFC. He was asking about a SQL Server Failover Cluster Instance.
My apologies...
May 12, 2016 at 12:52 pm
All of your answers you seek are available from Microsoft...
Taken from https://msdn.microsoft.com/en-us/library/ff877884.aspx
An availability group supports a failover environment for a discrete set of user databases, known as availability databases, that...
May 12, 2016 at 12:41 pm
Rod at work (5/2/2016)
jeff.mason (5/2/2016)
May 12, 2016 at 12:00 pm
Bharatvip (5/11/2016)
May 12, 2016 at 7:32 am
rgoolio32 (5/11/2016)
I am trying to write a query where I group my data by a string all my parameters are integers or date/time so i can use max,sum... functions to...
May 12, 2016 at 6:46 am
M Joomun (5/11/2016)
May 12, 2016 at 6:39 am
darklight_arizona (5/10/2016)
Is there any way to create a unique key on a column in SQL SERVER 2008 without removing duplicates rows. We can't remove duplicate rows due to...
May 10, 2016 at 12:15 pm
Granting roles in databases does not grant them access to the server. Give them an AD group, if they don't already have one and grant that group access to...
May 9, 2016 at 12:55 pm
info.sqldbamail (4/28/2016)
May 4, 2016 at 1:06 pm
mike 57299 (5/2/2016)
May 3, 2016 at 10:04 am
PSB (5/3/2016)
Server is UTC time zone .I just need to delete today's records and insert new ones and keep yesterday and older records. Rest (time zone) is not mandatory.
DELETE FROM...
May 3, 2016 at 8:59 am
I took it to meant a configuration table with column names, however you are correct if its table names and the underlying column count can not be known ahead of...
May 3, 2016 at 8:31 am
Viewing 15 posts - 106 through 120 (of 156 total)