Viewing 15 posts - 7,066 through 7,080 (of 9,399 total)
Luis Cazares (10/31/2014)
Lynn Pettis (10/31/2014)
Getting a error configuring mirroring. I am a programmer with no administration or network knowledge.Sorry, but this is a little scary at first.
I understand that...
November 3, 2014 at 5:59 am
For your own sanity, make sure you understand the difference between logins and users. And to echo what Gianluca said, always use scripts. They help you understand what...
November 3, 2014 at 5:53 am
After that, you drop the user with the DROP USER command. This won't drop the SQL login, just the database user. If the default database of the login...
November 3, 2014 at 5:50 am
I see several things here that are causing you grief. Let's look at them one by one.
jacksonandrew321 (11/1/2014)
Create table parcel (id int, name varchar(50), date int, parcel2014 int )
You...
November 3, 2014 at 5:35 am
SQLRNNR (11/2/2014)
TomThomson (10/31/2014)
Ed Wagner (10/31/2014)
SQLRNNR (10/31/2014)
Ed Wagner (10/31/2014)
crookj (10/31/2014)
Ed Wagner (10/31/2014)
Stuart Davies (10/31/2014)
Ed Wagner (10/30/2014)
SQLRNNR (10/30/2014)
coldSnow
Shoes
Running
Nose
Smell
Death
Creeping
Crawling
meander
Wander
November 3, 2014 at 5:05 am
Eric M Russell (10/31/2014)
dbishop (10/30/2014)
October 31, 2014 at 10:15 am
SQLRNNR (10/31/2014)
Ed Wagner (10/31/2014)
crookj (10/31/2014)
Ed Wagner (10/31/2014)
Stuart Davies (10/31/2014)
Ed Wagner (10/30/2014)
SQLRNNR (10/30/2014)
coldSnow
Shoes
Running
Nose
Smell
Death
Creeping
October 31, 2014 at 8:37 am
By all means, be sure to test the SP installation on a test system before installing it on production. I had SQL 2005 SP4 break my SQL Server when...
October 31, 2014 at 7:34 am
crookj (10/31/2014)
Ed Wagner (10/31/2014)
Stuart Davies (10/31/2014)
Ed Wagner (10/30/2014)
SQLRNNR (10/30/2014)
coldSnow
Shoes
Running
Nose
Smell
October 31, 2014 at 7:28 am
A COUNT function and a WHERE clause are the obvious choices to start with, but your need to give us something more to go on.
I'm with Phil and Chris. ...
October 31, 2014 at 6:31 am
I would start by creating a staging table to receive the data from the file. In SQL 2005, using BULK INSERT to load the table has amazing throughput, but...
October 31, 2014 at 6:26 am
alchemy_nator (10/30/2014)
T code is for 'table'
C code is for 'chair'
2014 is year of...
October 31, 2014 at 6:07 am
jonharding2204 (10/31/2014)
October 31, 2014 at 5:57 am
While I'm not really one much for Halloween, if I did dress up for a party, I think my favorite costume would have to be something like a Jedi or...
October 31, 2014 at 5:31 am
Be wary if you have any scalar functions in the procedure. I've seen it give misleading times on occasion. A way of determining the run time for the...
October 31, 2014 at 5:22 am
Viewing 15 posts - 7,066 through 7,080 (of 9,399 total)