Viewing 15 posts - 4,951 through 4,965 (of 26,490 total)
If, for any reason, the maintenance plan cannot delete a backup file that it should (file locked due to file system backup for instance) the file will not be deleted...
June 19, 2015 at 3:14 pm
Sean Lange (6/19/2015)
I like the back of my ;BEGININATOR t-shirt, it says KEEP CALM AND SQL ON.
Any way, I gave the OP something to chew on.
June 19, 2015 at 3:09 pm
No promises on performance since you really haven't provided anything that is probably remotely close to your actual production environment.
create table #cs
(
[Year] float,
[Week] float,
[Month] float,
[C#] float,
[Dept] nvarchar(255),
[Issue] nvarchar(255),
[Type] nvarchar(255),
[Dept age]...
June 19, 2015 at 3:05 pm
sqlinterset (6/19/2015)
my production table also has data from 2012 only. These table are just for data analysis so we are just pulling data from 2012.
What does 2012 have to with...
June 19, 2015 at 1:22 pm
IF your actual production table has data for the PAST 10 years, do you still want us to write a query that when run against this table will pull all...
June 19, 2015 at 1:13 pm
sqlinterset (6/19/2015)
Yes for all the data.
Okay, so your actual table may have 10 years of data and you want us to use NOTHING for the WHERE criteria, correct??
June 19, 2015 at 1:07 pm
You aren't doing anything to help us help you.
Again, with more feeling:
Lynn Pettis (6/19/2015)
June 19, 2015 at 1:06 pm
Sorry, but I started screaming.
June 19, 2015 at 1:01 pm
sqlinterset (6/19/2015)
Data will be selected from the table itself but C1 and C2 will be different and those values will be as explained in attached excel file.Thanks
WITH WHAT FOR THE...
June 19, 2015 at 1:00 pm
And also post the actual execution plan as a *.sqlplan file.
June 19, 2015 at 12:57 pm
Still have NO IDEA how you are wanting us to query the data.
This isn't what you need but it is the only way I can seem to explain what we...
June 19, 2015 at 12:51 pm
Okay, I must not have spoken clear enough. Please reread my earlier post with the two steps I said you should take to help us help you.
I will even...
June 19, 2015 at 12:28 pm
Here is the problem, we can't see what you see. We don't have access to your systems, we don't know what the data looks like, and we don't fully...
June 19, 2015 at 11:14 am
Sean Lange (6/19/2015)
ChrisM@Work (6/19/2015)
Sean Lange (6/19/2015)
Anybody have the mind reading apparatus? I have misplaced mine and could use it over here. http://www.sqlservercentral.com/Forums/Topic1696091-2799-1.aspx
I'm with Alvin on this one Sean - walk...
June 19, 2015 at 10:18 am
Sean Lange (6/19/2015)
Alvin Ramard (6/19/2015)
Sean Lange (6/19/2015)
Anybody have the mind reading apparatus? I have misplaced mine and could use it over here. http://www.sqlservercentral.com/Forums/Topic1696091-2799-1.aspx
I think this is one of those threads...
June 19, 2015 at 9:56 am
Viewing 15 posts - 4,951 through 4,965 (of 26,490 total)