Viewing 15 posts - 2,116 through 2,130 (of 2,356 total)
Sean Lange (2/16/2015)
TomThomson (2/16/2015)
Sean Lange (2/16/2015)
Correct answers: 57% (166)
Incorrect answers: 43% (123)
Total attempts: 289
I am really surprised that so...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
February 16, 2015 at 12:28 pm
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 them.
Are...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
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...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
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 use guid,...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
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...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
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...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
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...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
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?
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
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.
https://msdn.microsoft.com/en-us/library/ms151243.aspx
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
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...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
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...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
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.
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
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...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
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...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
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....
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
February 1, 2015 at 5:07 pm
Viewing 15 posts - 2,116 through 2,130 (of 2,356 total)