Viewing 15 posts - 21,271 through 21,285 (of 59,072 total)
mtelena22 (3/14/2015)
I badly need your help, please. I have an SQL Server 2014 professional and Visual Studio 2012 installed. When I'm trying to process a cube it's an error...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2015 at 11:34 am
What are the initial size and growth settings for the DB and the related log file?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2015 at 11:28 am
+ 1 Billion, Grant.
What's really disconcerting is when I see the same people posting the nearly identical questions. "Trying it" is one of the best ways to learn... and...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2015 at 11:21 am
surajghag123 (3/14/2015)
Can somebody help me or advice me on how to prepare for sql server dba interviews, i am currently working in [font="Arial Black"]support profile [/font]and preparing myself for...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2015 at 11:13 am
Enjoy_SQL (3/13/2015)
Thanks everyone for...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2015 at 10:59 am
CELKO (3/11/2015)
Thanks for trying, but you have not learned basic data modeling...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2015 at 10:56 am
To be honest, I wouldn't use the DOS "loop" to do the deletes. I'd import the results of a DIR into a table and parse the row information and...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2015 at 10:17 am
Greg Robidoux has a short article on the subject. The keyword in SQL Server is "Switch". You might also want to look that word and the phrase "partitioned...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2015 at 10:14 am
CELKO (3/12/2015)
(slot_start_time TIME(1) NOT NULL PRIMARY KEY,
slot_end_time TIME(1) NOT NULL,
CHECK (start_time < end_time));
INSERT INTO Timeslots --15 min intervals
VALUES ('00:00:00.0', '00:14:59.9'),
('00:15:00.0', '00:29:59.9'),
('00:30:00.0', '00:44:59.9'),
('00:45:00.0', '01:00:59.9'),
..
('23:45:00.0',...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2015 at 2:13 pm
Jeff Moden (3/13/2015)
Carl Neirynck (3/13/2015)
So if you connect to a server/instance through the Object Explorer...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2015 at 8:56 am
Carl Neirynck (3/13/2015)
So if you connect to a server/instance through the Object Explorer or when...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2015 at 8:51 am
Gary Varga (3/13/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2015 at 6:20 am
The thing that absolutely pisses me off about all of this is the cavalier attitude that many companies have about their data. I regularly see posts that obviously come...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2015 at 11:56 am
g.britton (3/12/2015)
What does this mean: "de-identification of specific fields"perhaps if you post some sample data and required results, we can help.
Obfuscation of personally identifiable information, I believe...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2015 at 11:36 am
Koen Verbeeck (3/12/2015)
Alvin Ramard (3/12/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2015 at 10:22 am
Viewing 15 posts - 21,271 through 21,285 (of 59,072 total)