Viewing 15 posts - 361 through 375 (of 588 total)
erh
I believe they (the network admins) would have to move your profile (roaming profile) to the new domain, then your entire desktop should be the same as it was before you...
June 11, 2007 at 1:53 pm
Look in Books Online under "Moving System Databases"
June 11, 2007 at 1:48 pm
I think what it is telling you is that you have to set them for the query explicitly (over rides server settings).
June 11, 2007 at 1:42 pm
June 11, 2007 at 1:28 pm
Most entertaining thread on this site in years!
(Now someone know Giordy's real name so I can make sure I never take a job where I will have to interact with...
June 11, 2007 at 12:51 pm
What's the use of the data? Is this storing simply whenever a user opens a screen that pull back data for example?
I would set up some sort of archiving, or...
June 11, 2007 at 9:49 am
Check out "User-defined Function Design Guidelines" in Books Online. Most imoprtantly they will be non-deterministic if they use call other functions that are non-deterministic or extended stored procedures.
"Deterministic functions...
June 11, 2007 at 9:47 am
So do I, but using pivot it seems almost necessary to do it. I don't know about the rest of you, but rarely do I know excatly what the data...
June 8, 2007 at 9:09 am
In a month I have pretty much restored all our databases from production to dev and test. Those are all my disk backups of course.
I do however randomly ask for...
June 8, 2007 at 6:48 am
May I be as bold as asking why you are trying to do this? Just to prove that you should not trust the estimated query plan when you are working...
June 7, 2007 at 10:06 am
You can even restore databases between the two.
June 7, 2007 at 6:25 am
I'm starting to slowly look into it. I'm about as convinced as I am about allowing CLR.... I.e. until there is a specific need for it, I am not allowing it on...
June 7, 2007 at 6:11 am
Actually you can do dynamic names for columns with pivot function, just have to use dynamic SQL (and it becomes a rather "fun" query to read). See below for an...
June 7, 2007 at 5:50 am
I think the documentation is wrong on this point! At least I have not found a way to do this without aggregation of some sort.
June 6, 2007 at 2:10 pm
Try to create a clustered index that spreds the inserts around. (might have been what you did when you changed your PK, but make sure).
June 6, 2007 at 1:43 pm
Viewing 15 posts - 361 through 375 (of 588 total)