Viewing 15 posts - 9,001 through 9,015 (of 9,701 total)
Like Matt, I would not do a Select Count(*). If you're only looking for the existence of the records instead of caring about how many records there actually are,...
January 29, 2008 at 4:10 am
Just a note, I don't think SSRS cares about the email address when it creates a snapshot. A bad email wouldn't cause it to not create the snapshot. ...
January 29, 2008 at 4:05 am
Post the full text of the error message please.
January 28, 2008 at 11:07 am
That's pretty cool. You should do the "Submit a Script" so that one gets into the newsletter. You'll get all sorts of feedback then. @=)
January 28, 2008 at 11:05 am
You're misreading what they are saying. They are not saying "create a file for each CPU" only. They are saying to do it based on your disk configuration...
January 28, 2008 at 11:02 am
You can't link indexes between tables. An index only ever goes on 1 table only.
The only way to link tables is with a foreign key constraint and that's not...
January 28, 2008 at 10:58 am
Tom,
It's not the number of disks involved in the RAID per say. It's the way the files are divided.
Think of it this way.
In RAID 1, you have...
January 28, 2008 at 9:34 am
Keep in mind that one data file per CPU does you little good unless you've got separate disk controllers accessing the data. You might notice a difference due to...
January 28, 2008 at 8:59 am
The only security issue I can think of with case sensitivity is Ye Ole Password issue. It depends on whether you want to use case sensitivity on logins.
January 28, 2008 at 8:52 am
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
Viewing 15 posts - 9,001 through 9,015 (of 9,701 total)