Viewing 15 posts - 9,076 through 9,090 (of 9,707 total)
BOL also has some good tutorials. And if you don't have access to SQL Server at the moment, you can either download the eval version of 2k5 or (recommended)...
January 24, 2008 at 3:59 am
And save all your T-SQL scripts! You'd be amazed at how handy that comes in 6 months down the road when you need to replicate that "one time" job.
January 23, 2008 at 11:25 am
Dennis,
The best way to see what SQL process are using up the memory is go into System Monitor and choose the regular OS memory counters as well as whatever SQL...
January 23, 2008 at 7:58 am
I've done it where I've had multiple data sources in the report, then just edited the DataSets right after Testing so that it pointed to the proper data source when...
January 23, 2008 at 5:44 am
SQL 2k5 has a whole bunch of new system catalog views that help you identify unused indexes, etc. Check out "sys.dm_db_index" in BOL. This will get you to the...
January 23, 2008 at 5:40 am
I started reading the Self Paced training kit for 70-441 (one of the Dev exams) and found that it discusses some of the BI stuff at an "introductory" level. ...
January 23, 2008 at 5:28 am
Ideally the powerful userids are saved in a sealed envelope...in your bosses desk.
Ummm, forgive me for disagreeing with that statement, but I've seen too many stuff stolen by other coworkers...
January 22, 2008 at 5:51 am
I'm glad you finally got it working.
Mis-Aligned Height settings can also mess you up. So if you haven't checked that already, you should.
January 22, 2008 at 4:09 am
Visual Studio should always be installed BEFORE SQL Server or you'll mess up the install. We had major problems at my workplace when we did it reversed.
On the other...
January 21, 2008 at 10:32 am
That's okay. We forgive you.
Only as long as your misconduct was illegal and entertaining that is. @=)
January 21, 2008 at 10:29 am
Notifications come from a different email address than the newsletters. I've never had a problem receiving them or having them caught by the spam filter.
January 21, 2008 at 7:32 am
BTW, you might want to mention to the guy who told you SQL was installed wrong that you aren't installing SQL Server Developer. You're installing Visual Studio and it's...
January 21, 2008 at 7:31 am
Ahha! That's your problem. @=)
The install of Visual Studio 2005 comes with SQL Server Express which doesn't have a lot of the tools you'd expect. For instance,...
January 21, 2008 at 7:30 am
I didn't get this morning's newsletter either. And it's not listed newsletter link to the left, which makes me believe it's late today.
Or something else happened.
January 21, 2008 at 7:20 am
Viewing 15 posts - 9,076 through 9,090 (of 9,707 total)