Viewing 15 posts - 2,401 through 2,415 (of 2,647 total)
It really depends on how your inserts are being called. Are different stored procedures inserting the same data? Are your getdate() sometimes being stored in a temp table before...
October 17, 2011 at 10:04 am
I wouldn't worry about the identity column causing "overhead." I think that is the best way to accomplish what you are looking for. That being said... It is possible for...
October 17, 2011 at 9:54 am
Personally, I would add a column to the original table denoting the shift. Make it an INT NOT NULL. Maybe even make it a calculated column based on...
October 17, 2011 at 9:36 am
I'm not sure that this is exactly what you are looking for... but sp_spaceused may be your best bet.
Thanks,
Jared
October 17, 2011 at 9:28 am
I think this is a trick question 🙂 FILLFACTOR specifies a percentage that indicates how much the Database Engine should fill each index page during index creation or rebuild. Therefore,...
October 17, 2011 at 9:24 am
Right-click on Computer and go to properties. Scroll down to ythe secion with the computer name and such. Is the Domain name correct? Just a double-check 🙂
Thanks,
Jared
October 17, 2011 at 8:37 am
Dev @ +91 973 913 6683 (10/17/2011)
•Create a FULL backup of database.
•Create scripts for relevant Jobs, Logins etc
•Take database offline, for...
October 17, 2011 at 8:34 am
Try making sure that your alphanumeric is in the first row. When importing the excel file, it only scans so many rows before determining what the data type and length...
October 17, 2011 at 8:22 am
Dev @ +91 973 913 6683 (10/17/2011)
Try it with...
October 17, 2011 at 8:19 am
Sounds like a potential domain issue with your machine. I have seen this happen when people do not shutdown their machine from their home network, and then connect directly to...
October 17, 2011 at 8:17 am
Also, are the connections between the instances in all of your scenarios EXACTLY the same? Your network connections could be the issue, even in the same room if they are...
October 17, 2011 at 7:57 am
Do you have compression enabled on the SQL 2008 instance? Writing to another server with compression could be what is slowing this down...
Thanks,
Jared
October 17, 2011 at 7:55 am
Roust_m (10/16/2011)
October 17, 2011 at 7:53 am
You must make sure it is DATA compare. They also have one that is just COMPARE which does schemas. IF you have the DATA compare, it only compares and...
October 14, 2011 at 12:04 pm
Have you tried pasting "All using source theme" or "Keep Source Formatting" (depending on where you paste from)?
Thanks,
Jared
October 13, 2011 at 2:42 pm
Viewing 15 posts - 2,401 through 2,415 (of 2,647 total)