Viewing 15 posts - 61 through 75 (of 83 total)
Installed SQL Server Management Studio.
Have performed some tasks - Checking user logins and running some SQL commands.
I'm a happy camper.
Thanks again for the help.
June 14, 2010 at 1:11 pm
Do you think you could suggest an easier solution?
Just kidding. Thanks so much.
P.S. The person who moved the databases over and set up the maintenance said I needed to...
June 13, 2010 at 2:03 pm
but you can see duplicate or missing rows of data
Well that's enough to avoid using it.
All I'm trying to do is retrieve the current (and complete) data - a snapshot....
April 28, 2010 at 11:09 am
Sounds like it... WITH (NOLOCK)
Thanks - and thanks for guiding me to documentation rather than just dumping the information.
Fair question - "Why don't I automate ..."
I'm usually working on another...
April 27, 2010 at 2:30 pm
Thanks for the link. I finally set myself down and read it. Since our SQL Server has been virtually "set it and forget it" since being installed in 2004 I'm...
February 4, 2010 at 1:45 pm
Well, I now know about sp_who.
The database is our ERP database - "everyone's always in it". :hehe:
I ran sp_who and there are 87 people in the database. All...
February 4, 2010 at 8:50 am
In case you missed this note - This database is for an ERP app created by a 3rd party vendor, not us. So, we are stuck with their creation. Outside...
February 4, 2010 at 8:35 am
Oh my gosh! The last exchange was because when I checked to see if there was a reply to my reply (the first one asking about 'more selective' and...
February 3, 2010 at 2:27 pm
I'm not sure what you mean by "which is more selective on its own?"
Most of the time I will execute the following two queries, probably the first one more than...
February 3, 2010 at 12:28 pm
Not sure what you mean by "more selective on its own"?
There are two queries that I will run, the columns are the same, the order would be different. The first...
February 3, 2010 at 9:25 am
Correct. Hence, my original request for assistance.
With about 100 records and a max of 200 to maybe as high as 300, I wasn't concerned about indexes for this table. BUT!...
February 3, 2010 at 5:53 am
I want you to post the definition of the table. Yes, CREATE TABLE creates a table, that's why I want to see the CREATE TABLE statement that created the tables...
February 2, 2010 at 1:11 pm
I don't follow the 'The create tables statements'
What do I need to do?
As far as I know CREATE TABLE creates a table. I don't know of any variation that will...
February 1, 2010 at 2:26 pm
Thanks for the links to the articles - yours is very good. I'll delve into SQL In The Wild later.
How do I post the schema with data types?
If I understood...
February 1, 2010 at 12:30 pm
Question about DBCC UPDATEUSAGE and regular database maintenance...
Our ERP Vendor set up SQL Server and maintenance plan. (I know the tasks being performed and the gist of the importance simply...
February 1, 2010 at 8:20 am
Viewing 15 posts - 61 through 75 (of 83 total)