Viewing 15 posts - 24,886 through 24,900 (of 26,486 total)
When you pull up the properties, click on the Files page. You will see where your .mdf and .ldf files are located there.
😎
April 17, 2008 at 9:53 am
You have an alter table in your post, so I have to ask, what are you trying to do? Are you trying to reseed the identity field? What...
April 17, 2008 at 9:47 am
want_to_know (4/17/2008)
I need to select last two characters of a field like the field has codes
Ex:
abcDE
cccDE
bbbDE
and i want to get the codes that has the last...
April 17, 2008 at 9:44 am
Brandie Tarvin (4/17/2008)
Hey, don't Lab Rats get cheese when they thread the maze correctly?Where's mine??? I want CHEDDAR!!!
@=)
I actually like Pepper Jack! :w00t:
April 17, 2008 at 9:42 am
I have to say this is ridiculous at this point. A lot of good people tried to give you good advice. In this field, integrity and honesty are...
April 17, 2008 at 9:25 am
I use either of these two: 'yyyymmdd hh:mm:ss.sss' or 'yyyy-mm-dd hh:mm:ss.sss'
The first should work regardless of regional settings.
😎
April 17, 2008 at 7:25 am
You provided some sample data, how about showing us what you would expect the output of the query based on that data? It would help us in developing possible...
April 17, 2008 at 6:58 am
-- Personal Opinion
By lying to get a job you have shown a lack of honesty and integrity. Not the character traits I want to see lacking in this career...
April 17, 2008 at 6:28 am
Except for a little reformating of code (I made NO changes to the actual logic) I received no errors. Here is all my test code:
create table dbo.CoursePar (
...
April 16, 2008 at 1:38 pm
Post your query, maybe we will see what's wrong.
😎
April 16, 2008 at 1:19 pm
Matt Miller (4/15/2008)
Lynn Pettis (4/15/2008)
April 15, 2008 at 1:22 pm
Matt Miller (4/15/2008)
gkruchten (4/15/2008)
"Consider using BIT data type columns for Boolean...
April 15, 2008 at 12:20 pm
Also out of curiosity, did changing the index have an impact on performance of the query?
😎
April 15, 2008 at 9:14 am
We have a linked server setup to access a MySQL database. The view that queries the MySQL database accesses the data with the following format: FROM MySQLServer...MySQLTable.
Hope this...
April 14, 2008 at 2:05 pm
Just a very simple example using just 12 rows of data. Look at the difference between how they are sorted (i.e. stored in the index).
The first data set is...
April 14, 2008 at 1:32 pm
Viewing 15 posts - 24,886 through 24,900 (of 26,486 total)