Viewing 15 posts - 31 through 45 (of 266 total)
At the bottom of a forum listing, you can choose how to sort the entries and how many posts you want to see. I think the default is 'last...
April 11, 2006 at 7:49 am
If you are using SQL 7 or SQL 2000, you will need to create the index when no one will need to access the table.
If there will be hundreds of...
March 31, 2006 at 1:56 pm
I have 6 SQL Servers with over 1000 databases. We are doing data mining basically. 52TB of data so we break up the databases into smaller pieces for...
March 3, 2006 at 2:12 pm
MCSE - Minesweeper consultant, solitaire expert
MCSE - Minimal Computing Skills Expected
March 3, 2006 at 7:18 am
If you decide to use a prefix, then yes, usp versus sp makes a difference. SQL Server automatically searches the master database when sp_ is called. That can...
February 21, 2006 at 2:37 pm
No, but I am hoping to go to a dirt bike school in March. I have heard it will help me ride my street bike better...and who knows, I...
February 17, 2006 at 1:54 pm
Here in the US, my voucher came in the mail with my paper results.
February 15, 2006 at 12:59 pm
You could run this in Query Analyzer. That gives you the option of making a CSV or Excel or just viewing in the results pane.
use database_name
go
sp_help view_name
February 10, 2006 at 4:02 pm
I only took 070-431. My status showed up on the transcript site before I received the report in the mail.
February 9, 2006 at 9:50 am
I received my paper results yesterday(Feb 6, 2006) in the mail.
February 7, 2006 at 3:22 pm
I have had some luck in importing this to Access first and then import the Access table into SQL. It is a pain.
February 7, 2006 at 11:41 am
Since you have street field in the data twice, that is probably where the duplicate column error is coming from. I suggest not marking the 'first row has column...
January 31, 2006 at 8:38 am
In order for Access to update a SQL table, all BIT fields must have a value and not allow nulls.
January 30, 2006 at 11:42 am
Thanks Darek! I checked the transcript site and it is posted this morning! I PASSED! Yipee...now, that is the way to start a Monday.
Microsoft MCP transcript site...
January 30, 2006 at 8:08 am
Has anyone received the results for the beta exam they took?
January 29, 2006 at 3:23 pm
Viewing 15 posts - 31 through 45 (of 266 total)