Viewing 15 posts - 9,016 through 9,030 (of 9,707 total)
Ravi,
It might be the DBA doesn't want to give that kind of access. But just in case the DBA really can't figure it out, tell him/her to grant you...
January 28, 2008 at 7:35 am
Alberto,
Unfortunately, without more details on what you're trying to pull from the table, I can't assist you further. You need to give more details on what you're trying to...
January 28, 2008 at 7:32 am
Yes, there are changes on the DB. Both when you create the index and when you drop it.
Additionally, if you create a clustered index, you're changing the whole structure...
January 28, 2008 at 7:06 am
Intereeestiinnngg.
I'll have to keep this one in mind. Thanks, Grant!
January 28, 2008 at 6:11 am
Grant,
What does the "End = 1" do? I understand the "END" keyword. I'm just trying to figure out the rest of it.
January 28, 2008 at 5:45 am
Are you sure you don't have a typo on the email address in the subscription?
January 28, 2008 at 5:26 am
That explanation doesn't help me figure out how to help you, unfortunately. What information are you trying to check?
Also, if this DB isn't yours, you need to talk to...
January 28, 2008 at 5:20 am
Look up books written by the Kimball Group for a start. This has been an excellent reference for me.
Also, look into books about database design. Most...
January 28, 2008 at 5:12 am
It's not a question of which is better in general. It's a question of which is better for your particular circumstances.
Or in common DBA parlance, "It Depends." @=)
What language(s)...
January 28, 2008 at 5:09 am
What are you trying to achieve with this temporary index? And why do you want it to only be temporary?
January 28, 2008 at 5:05 am
And look up "JOIN" in Books Online. That should help you figure it out.
January 28, 2008 at 4:53 am
It's not about the size of the database. It's usually about the number of physical disks you have (or SAN LUNs) available.
Splitting a DB into multiple files...
January 28, 2008 at 4:44 am
There's no comprehensive list, but ISTR that I had to change compatibility before I could use PIVOT / UNPIVOT.
I can't tell for sure now because all the DBs...
January 28, 2008 at 4:37 am
I go with Ian's suggestion. I always try various combinations then run through a Query Execution plan to see which one works best for my current needs. I...
January 28, 2008 at 4:32 am
Are you talking user databases or System databases?
Because System Databases cannot be detached while SQL Server Service is running. You'll have to use the Alter Database command...
January 28, 2008 at 4:29 am
Viewing 15 posts - 9,016 through 9,030 (of 9,707 total)