Viewing 15 posts - 3,376 through 3,390 (of 3,479 total)
Before doing anything like that, know what you're getting into. Read this: [/url]
Gail explains in detail why this is a bad idea, and the one or two instances when...
February 28, 2013 at 6:23 pm
I would check out Gail Shaw's articles. She writes extensively on transaction log management, and knows what she's talking about.
February 10, 2013 at 12:02 pm
I disagree. Maybe check in the front end or the stored procedure used to write the data to the table, but changing a NULL to N/A adds absolutely no...
January 6, 2013 at 2:44 pm
lonhanner (12/18/2012)
December 18, 2012 at 7:59 pm
I probably shouldn't muddy the waters, but there are two basic options:
1. a "push" from Access where you create a linked table (to the SQL Server destination) and...
December 17, 2012 at 10:58 pm
Without an error message, I'm afraid I can't help you. :w00t: Can't diagnose what I can't see! Do it again and see if you can get an...
December 3, 2012 at 12:36 pm
MSKB is your friend... that and Books Online.
December 2, 2012 at 10:56 pm
Did you unzip the database file(s)? There should be two - one is an MDF file (database file) and the other is the LDF.
Open SSMS.
Right-click on Databases
choose Attach Database...
You...
December 2, 2012 at 6:45 pm
did you ever attach the database? does it show up under the Databases folder in SSMS?
December 2, 2012 at 2:27 pm
What did you try? Did you try to attach it, restore it?
December 2, 2012 at 1:00 pm
If your goal is to create a crosstab result, then by far the easiest way to do it is with a matrix report in Reporting Services. Did you need...
October 31, 2012 at 12:04 pm
Just wondering, but why do you need to do the crosstab inside SQL Server? If you create a Matrix report, you can do a crosstab there and it's stupid...
June 5, 2012 at 11:56 am
I have the BI book by Brian Knight - super easy to follow. It's essentially a series of exercises in increasing complexity. Comes with a CD with...
May 21, 2012 at 5:02 pm
You could try starting at Pragmatic Works (www.PragmaticWorks.com) and watching their videos. Brian Knight is an expert at Analysis Services, and his books etc are very easy to follow....
May 21, 2012 at 12:02 pm
want to select Records from table A and add it or update if exist in table b
Table A
StudentID,StudentName,Age,TotalGrades
Table B
StudentHistoryID,StudentID,StudentName,Age, TotalGrades
select all records from Table A under any condition and insert...
May 13, 2012 at 2:12 pm
Viewing 15 posts - 3,376 through 3,390 (of 3,479 total)