Viewing 15 posts - 2,101 through 2,115 (of 2,339 total)
For starters, you should read this article to gain a better understanding of tempdb and what it's for.
https://technet.microsoft.com/en-us/library/ms175527(v=sql.105).aspx
There are many opinions on tempdb, this is only one of...
February 13, 2015 at 8:35 am
Sangeeth878787 (2/13/2015)
What kind of requirement you had to do, do you have script for that, As a newbie I will try to learn and analyse which will helpful to improve...
February 13, 2015 at 4:55 am
carrieathomer (2/12/2015)
http://sqlperformance.com/2013/09/t-sql-queries/random-collisions
my scenario,
More 1000000 users registers with site and uploads documents minimum 10. Even though i can...
February 12, 2015 at 11:06 am
Also, keep in mind that what is displayed to the user might not be what is stored in the db.
Using the you tube example, the random value likely is...
February 11, 2015 at 6:05 pm
carrieathomer (2/11/2015)
for every document i am going to set a primary key that will be an alphanumeric value (may be 4 digits)
n...
February 11, 2015 at 2:22 pm
Good point, but the name of the video is likely not the primary key of the table.
For starters, as Lowell said, having a key that could be changed is...
February 11, 2015 at 10:47 am
Why? What does a sequence, identity, or guid not do for you?
What problem are you trying to solve with this approach?
February 11, 2015 at 9:59 am
SQL Server replication may work. It works fine for me. I have transactional as well as snapshot replication in place.
February 10, 2015 at 8:32 am
Had to jump in on this.
The best (worst?) system I have dealt with had every table consisting of an identity clustered PK, a created date time, a created by user...
February 10, 2015 at 4:06 am
I think you may be giving up to easily. Or, are very desperate. Or both.
Again, how many interviews have you been on? Do you know why you were not...
February 9, 2015 at 10:13 am
Please do not cross post. It's bad etiquette.
There are additional answers to your question on the other post.
February 9, 2015 at 9:02 am
hanialbarni (2/9/2015)
I am new graduate from university with Business Information System major.
I am thinking about to study one of the following certificates since I still did...
February 9, 2015 at 9:00 am
Can this be a simple case of there are just more people running this query, logging onto the system, running another query that is consuming resources, or any number of...
February 5, 2015 at 11:17 am
Windows authentication will not work. The server is not on a domain, it cannot authenticate the user to anything.
Try this.
1. Try creating an ODBC connection from your box.
2....
February 1, 2015 at 5:07 pm
Trelin (1/28/2015)
Michael L John (1/27/2015)
January 29, 2015 at 10:07 am
Viewing 15 posts - 2,101 through 2,115 (of 2,339 total)