Viewing 15 posts - 3,946 through 3,960 (of 9,707 total)
devullapallymanidhar (9/14/2012)
for example (A,B,C,D) and we mirror them to...
September 14, 2012 at 9:44 am
There are any number of FTP utilities you can use to accomplish this. Once you get the file onto the dev environment, decrypt it and put it into another location...
September 14, 2012 at 9:34 am
Okay, try this on for size (it's just a wag, but...)
The order of query evaluation is supposed to be:
1) FROM
2) ON
3) JOIN
But the FROM clause is a CROSS JOIN, which...
September 14, 2012 at 8:06 am
The execution plans on both of them are identical. Same objects, same percentages. (Once I swap the tables in the FROM clause, that is). Same results, same everything.
But wouldn't something...
September 14, 2012 at 7:53 am
Stefan Krzywicki (9/14/2012)
GilaMonster (9/14/2012)
Case in point:
"I read through those articles [on index column ordering], but I still want a...
September 14, 2012 at 6:48 am
Not knowing anything about Oracle, I can tell you that there is a problem with the way the data is being translated between the two (numbers are getting cut off)....
September 14, 2012 at 6:39 am
Minaz Amin (9/14/2012)
There are two process one running update another running insert statement accessing same table primary key.
If you have multiple queries trying to update the same table that is...
September 14, 2012 at 6:35 am
Check to make sure the Hindi collation is setup on the server on which you are doing the query.
Other than that, I don't know what answer to give you....
September 14, 2012 at 6:32 am
Tangently related to the post under discussion, I've found there are a lot of rookie writers who think that when you tell them "this won't work" that you are not...
September 14, 2012 at 5:38 am
Do we recommend the consultant before or after someone posts "Take the database offline. Delete all the .MDF and .LDF files. Recreate only the .MDF and .LDF files that you...
September 14, 2012 at 5:27 am
Lynn Pettis (9/13/2012)
Brandie Tarvin (9/13/2012)
SQLCrazyCertified (9/13/2012)
September 14, 2012 at 4:43 am
Wow. That does sound cool. Thanks for letting us know about it.
September 14, 2012 at 4:41 am
You use a combination of PerfMon and a SQL Server server-side trace to monitor the package while it's running.
September 13, 2012 at 12:34 pm
SQLCrazyCertified (9/13/2012)
September 13, 2012 at 12:32 pm
Ray K (9/13/2012)
Rob Schripsema (9/13/2012)
ChrisM@Work (9/13/2012)
SQLRNNR (9/12/2012)
premeditatedPremedicated
Premonition
precursor
primadona
September 13, 2012 at 12:25 pm
Viewing 15 posts - 3,946 through 3,960 (of 9,707 total)