Viewing 15 posts - 9,316 through 9,330 (of 14,953 total)
Antero Ruiz (6/9/2009)
June 9, 2009 at 11:37 am
Lynn Pettis (6/9/2009)
Lynn Pettis (6/9/2009)
He is obviously new to SQL Server and really needs to start doing some research instead of asking such broad based questions like this one.
But then...
June 9, 2009 at 11:27 am
Krasavita (6/9/2009)
I need to know if SQL Server can communicate with other applications.Thank you
You're kidding, right? What use would a database be if it couldn't communicate with other applications?
Going...
June 9, 2009 at 11:24 am
I use "GSquared" because it's a nickname I ended up with in 9th grade algebra, based on my initials. Nothing to hide, nothing to show, just more fun that...
June 9, 2009 at 11:21 am
I have mention of it in my resume. It was ignored by one manager, and helped me get interviewed by two others. Both of those commented that reading...
June 9, 2009 at 11:16 am
Lynn Pettis (6/9/2009)
June 9, 2009 at 11:12 am
GilaMonster (6/9/2009)
GSquared (6/9/2009)
Besides, it's necessary, since the indexes point to actual disk locations, and having them point to incorrect sectors isn't a good thing.
?????
As far as I'm aware, nothing within...
June 9, 2009 at 9:56 am
That's the direction I'd go in, too.
One common database with core, non-sensitive material. One database per customer.
You can put a copy of the common database on the servers for...
June 9, 2009 at 9:42 am
I just hope that whole R&D budget wasn't to come up with "Bing". (Which I've tried, and like just fine, but its chances of accomplishing any serious move in...
June 9, 2009 at 9:39 am
No. It won't undo the shrink. Adding data, adding indexes, etc., would do so. Rebuilding them shouldn't be a significant problem. Besides, it's necessary, since the...
June 9, 2009 at 9:34 am
Here's the script I use to create linked servers to SQL Server, when I want the name to be something other than the actual name of the server or instance.
--...
June 9, 2009 at 9:29 am
Indexes need to be rebuilt after physical defragmentation, per Microsoft.
June 9, 2009 at 9:25 am
3. Need one common database the maintains the data for all the clients.
4. Each client decides where the database should reside. Either with in my company's data center or within...
June 9, 2009 at 9:13 am
I'm having trouble visualizing your data structure from the sample you gave. For one thing, what's a "Job" in this case? How does it relate to a "Part...
June 9, 2009 at 8:57 am
Search for "impersonation" in BOL. There's a whole section about it. It has all the data in there.
I really can't be more specific. I haven't run into...
June 9, 2009 at 8:46 am
Viewing 15 posts - 9,316 through 9,330 (of 14,953 total)